Changeset 30135 for trunk/tests/phpunit/tests/comment/query.php
- Timestamp:
- 11/01/2014 01:10:39 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/query.php
r30098 r30135 326 326 ) ); 327 327 328 $this->assertEqual s( array( $c3, $c2 ), $found );328 $this->assertEqualSets( array( $c3, $c2 ), $found ); 329 329 } 330 330 … … 379 379 ) ); 380 380 381 $this->assertEqual s( array( $c3, $c2 ), $found );381 $this->assertEqualSets( array( $c3, $c2 ), $found ); 382 382 } 383 383
Note: See TracChangeset
for help on using the changeset viewer.