Changeset 39919 for trunk/tests/phpunit/tests/post/wpPostType.php
- Timestamp:
- 01/17/2017 03:39:36 AM (9 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
r38938 r39919 102 102 $rewrite_tags_after = $wp_rewrite->rewritecode; 103 103 104 $this->assert True( false !==array_search( "%$post_type%", $rewrite_tags ) );104 $this->assertNotFalse( array_search( "%$post_type%", $rewrite_tags ) ); 105 105 $this->assertFalse( array_search( "%$post_type%", $rewrite_tags_after ) ); 106 106 }
Note: See TracChangeset
for help on using the changeset viewer.