remove `enabled_post_types` on declared taxonomy.
This commit is contained in:
parent
0b407e0399
commit
0dca242530
|
@ -437,7 +437,7 @@ class Taxonomies extends TAINACAN_UnitTestCase {
|
||||||
array(
|
array(
|
||||||
'name' => 'tax_test',
|
'name' => 'tax_test',
|
||||||
'status' => 'publish',
|
'status' => 'publish',
|
||||||
'enabled_post_types' => [$collection_1->get_db_identifier(), $collection_2->get_db_identifier()]
|
//'enabled_post_types' => [$collection_1->get_db_identifier(), $collection_2->get_db_identifier()]
|
||||||
),
|
),
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue