Changeset 51404 for trunk/tests/phpunit/tests/term/wpTaxonomy.php
- Timestamp:
- 07/12/2021 10:35:44 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/term/wpTaxonomy.php
r46586 r51404 23 23 24 24 $taxonomy_object->add_rewrite_rules(); 25 $this->assert False( in_array( 'foobar', $wp->public_query_vars, true ));25 $this->assertNotContains( 'foobar', $wp->public_query_vars ); 26 26 } 27 27
Note: See TracChangeset
for help on using the changeset viewer.