Changeset 30098 for trunk/tests/phpunit/tests/comment/query.php
- Timestamp:
- 10/29/2014 09:57:07 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/comment/query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/query.php
r30096 r30098 962 962 ) ); 963 963 964 $this->assertEqual s( array( $c1, $c2, $c3, $c4, $c5 ), $found );964 $this->assertEqualSets( array( $c1, $c2, $c3, $c4, $c5 ), $found ); 965 965 } 966 966
Note: See TracChangeset
for help on using the changeset viewer.