Changeset 51404 for trunk/tests/phpunit/tests/post/wpPostType.php
- Timestamp:
- 07/12/2021 10:35:44 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/post/wpPostType.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/wpPostType.php
r49327 r51404 120 120 $post_type_object->add_rewrite_rules(); 121 121 122 $this->assert False( in_array( 'foobar', $wp->public_query_vars, true ));122 $this->assertNotContains( 'foobar', $wp->public_query_vars ); 123 123 } 124 124
Note: See TracChangeset
for help on using the changeset viewer.