- Timestamp:
- 03/18/2023 09:42:31 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/groups/class-bp-groups-member.php
r13436 r13437 259 259 // In group context 260 260 $g_obj = groups_get_group( $g ); 261 $this->go_to( bp_get_group_ permalink( $g_obj ) );261 $this->go_to( bp_get_group_url( $g_obj ) ); 262 262 groups_update_groupmeta( $g, 'invite_status', 'mods' ); 263 263 $this->assertFalse( bp_groups_user_can_send_invites( null, $u_nonmembers ) );
Note: See TracChangeset
for help on using the changeset viewer.