Changeset 39919 for trunk/tests/phpunit/tests/term/wpTaxonomy.php
- Timestamp:
- 01/17/2017 03:39:36 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/term/wpTaxonomy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/term/wpTaxonomy.php
r38747 r39919 67 67 $rewrite_tags_after = $wp_rewrite->rewritecode; 68 68 69 $this->assert True( false !==array_search( "%$taxonomy%", $rewrite_tags ) );69 $this->assertNotFalse( array_search( "%$taxonomy%", $rewrite_tags ) ); 70 70 $this->assertFalse( array_search( "%$taxonomy%", $rewrite_tags_after ) ); 71 71 }
Note: See TracChangeset
for help on using the changeset viewer.