Changeset 36309 for trunk/tests/phpunit/tests/post.php
- Timestamp:
- 01/15/2016 09:12:18 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post.php
r36094 r36309 992 992 993 993 foreach ( $matches[1] as $url ) { 994 $this->assertContains( 't ag_ID=' . $term->term_id, $url );994 $this->assertContains( 'term_id=' . $term->term_id, $url ); 995 995 $this->assertContains( 'post_type=new_post_type', $url ); 996 996 }
Note: See TracChangeset
for help on using the changeset viewer.