Changeset 36874 for trunk/tests/phpunit/tests/post.php
- Timestamp:
- 03/07/2016 12:55:04 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post.php
r36309 r36874 992 992 993 993 foreach ( $matches[1] as $url ) { 994 $this->assertContains( 't erm_id=' . $term->term_id, $url );994 $this->assertContains( 'tag_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.