- Timestamp:
- 10/08/2020 02:31:49 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/groups/class-bp-groups-member.php
r12431 r12741 888 888 889 889 $this->assertEqualSets( array( $g1, $g2, $g3 ), wp_list_pluck( $groups['groups'], 'id' ) ); 890 $this->assertEquals( 3, $groups['total'] ); 890 891 } 891 892 … … 963 964 $groups = groups_get_invites_for_user( $u2, false, false, array( $g2 ) ); 964 965 $this->assertEqualSets( array( $g1, $g3 ), wp_list_pluck( $groups['groups'], 'id' ) ); 966 $this->assertEquals( 2, $groups['total'] ); 965 967 } 966 968
Note: See TracChangeset
for help on using the changeset viewer.