Changeset 9107
- Timestamp:
- 10/29/2014 07:55:28 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/groups/class-bp-groups-group.php
r9021 r9107 168 168 ) ); 169 169 $ids = wp_list_pluck( $groups['groups'], 'id' ); 170 $this->assertEqual s( array( $g1, $g3 ), $ids );170 $this->assertEqualSets( array( $g1, $g3 ), $ids ); 171 171 $this->assertEquals( 2, $groups['total'] ); 172 172 }
Note: See TracChangeset
for help on using the changeset viewer.