Changeset 11972
- Timestamp:
- 04/13/2018 06:27:30 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/groups/user_can.php
r11970 r11972 29 29 */ 30 30 public function test_user_cannot_join_public_group_if_already_member_even_superadmin() { 31 if ( ! is_multisite() ) { 32 return; 33 } 34 31 35 $g1 = $this->factory->group->create( array( 32 36 'status' => 'public' … … 155 159 */ 156 160 public function test_user_cannot_receive_invitation_to_private_group_if_already_member_even_superadmin() { 161 if ( ! is_multisite() ) { 162 return; 163 } 164 157 165 $g1 = $this->factory->group->create( array( 158 166 'status' => 'private'
Note: See TracChangeset
for help on using the changeset viewer.