Changeset 53669 for trunk/tests/phpunit/tests/taxonomy.php
- Timestamp:
- 07/06/2022 05:09:22 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/taxonomy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/taxonomy.php
r53371 r53669 1045 1045 $term = wp_get_post_terms( $post_id, $tax ); 1046 1046 $this->assertSame( array(), $term ); 1047 1048 unregister_taxonomy( $tax );1049 $this->assertSame( get_option( 'default_term_' . $tax ), false );1050 1047 } 1051 1048
Note: See TracChangeset
for help on using the changeset viewer.