remove `enabled_post_types` on declared taxonomy.

This commit is contained in:
vnmedeiros 2019-10-23 16:55:27 -03:00
parent f494a0dc11
commit 678f69f26a
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ class Taxonomies extends TAINACAN_UnitTestCase {
array(
'name' => 'tax_test',
'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
);