- Timestamp:
- 02/13/2015 05:30:04 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/groups/class-bp-groups-group.php
r9480 r9483 206 206 ) ); 207 207 $ids = wp_list_pluck( $groups['groups'], 'id' ); 208 $this->assertEqual s( array( $g1, $g2 ), $ids );208 $this->assertEqualSets( array( $g1, $g2 ), $ids ); 209 209 $this->assertEquals( 2, $groups['total'] ); 210 210 }
Note: See TracChangeset
for help on using the changeset viewer.