Changeset 29134
- Timestamp:
- 07/13/2014 11:27:07 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/query.php
r29045 r29134 197 197 $comment_ids = get_comments( array( 'fields' => 'ids' ) ); 198 198 $this->assertCount( 3, $comment_ids ); 199 $this->assertEqual s( array( $comment_1, $comment_2, $comment_3 ), $comment_ids );199 $this->assertEqualSets( array( $comment_1, $comment_2, $comment_3 ), $comment_ids ); 200 200 } 201 201 }
Note: See TracChangeset
for help on using the changeset viewer.