@@ -217,6 +217,7 @@ public function testGetContactsWhenUserIsInExcludeGroups() {
217217 ['core ' , 'shareapi_exclude_groups ' , 'no ' , 'yes ' ],
218218 ['core ' , 'shareapi_only_share_with_group_members ' , 'no ' , 'yes ' ],
219219 ['core ' , 'shareapi_exclude_groups_list ' , '' , '["group1", "group5", "group6"] ' ],
220+ ['core ' , 'shareapi_only_share_with_group_members_exclude_group_list ' , '' , '[] ' ],
220221 ]);
221222
222223 /** @var IUser|MockObject $currentUser */
@@ -260,6 +261,7 @@ public function testGetContactsOnlyShareIfInTheSameGroup() {
260261 ['core ' , 'shareapi_restrict_user_enumeration_to_phone ' , 'no ' , 'no ' ],
261262 ['core ' , 'shareapi_exclude_groups ' , 'no ' , 'no ' ],
262263 ['core ' , 'shareapi_only_share_with_group_members ' , 'no ' , 'yes ' ],
264+ ['core ' , 'shareapi_only_share_with_group_members_exclude_group_list ' , '' , '[] ' ],
263265 ]);
264266
265267 /** @var IUser|MockObject $currentUser */
@@ -334,6 +336,7 @@ public function testGetContactsOnlyEnumerateIfInTheSameGroup() {
334336 ['core ' , 'shareapi_restrict_user_enumeration_to_phone ' , 'no ' , 'no ' ],
335337 ['core ' , 'shareapi_exclude_groups ' , 'no ' , 'no ' ],
336338 ['core ' , 'shareapi_only_share_with_group_members ' , 'no ' , 'yes ' ],
339+ ['core ' , 'shareapi_only_share_with_group_members_exclude_group_list ' , '' , '[] ' ],
337340 ]);
338341
339342 /** @var IUser|MockObject $currentUser */
@@ -466,6 +469,7 @@ public function testGetContactsOnlyEnumerateIfPhoneBookMatchWithOwnGroupsOnly()
466469 ['core ' , 'shareapi_restrict_user_enumeration_to_phone ' , 'no ' , 'yes ' ],
467470 ['core ' , 'shareapi_exclude_groups ' , 'no ' , 'no ' ],
468471 ['core ' , 'shareapi_only_share_with_group_members ' , 'no ' , 'yes ' ],
472+ ['core ' , 'shareapi_only_share_with_group_members_exclude_group_list ' , '' , '[] ' ],
469473 ]);
470474
471475 /** @var IUser|MockObject $currentUser */
@@ -619,6 +623,7 @@ public function testGetContactsOnlyEnumerateIfPhoneBookOrSameGroupInOwnGroupsOnl
619623 ['core ' , 'shareapi_restrict_user_enumeration_to_phone ' , 'no ' , 'yes ' ],
620624 ['core ' , 'shareapi_exclude_groups ' , 'no ' , 'no ' ],
621625 ['core ' , 'shareapi_only_share_with_group_members ' , 'no ' , 'yes ' ],
626+ ['core ' , 'shareapi_only_share_with_group_members_exclude_group_list ' , '' , '[] ' ],
622627 ]);
623628
624629 /** @var IUser|MockObject $currentUser */
0 commit comments