Changeset 50463 for trunk/tests/phpunit/tests/query/isTerm.php
- Timestamp:
- 03/01/2021 06:42:49 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/isTerm.php
r48937 r50463 66 66 } 67 67 68 function tearDown() {69 global $wp_rewrite;70 71 _unregister_taxonomy( 'testtax' );72 73 $wp_rewrite->init();74 75 remove_action( 'pre_get_posts', array( $this, 'pre_get_posts_tax_category_tax_query' ) );76 parent::tearDown();77 }78 79 68 function test_tag_action_tax() { 80 69 // Tag with taxonomy added.
Note: See TracChangeset
for help on using the changeset viewer.