@@ -83,6 +83,7 @@ public function testGetFormWithoutExcludedGroups(): void {
8383 ['core ' , 'shareapi_restrict_user_enumeration_to_group ' , 'no ' , 'no ' ],
8484 ['core ' , 'shareapi_restrict_user_enumeration_to_phone ' , 'no ' , 'no ' ],
8585 ['core ' , 'shareapi_restrict_user_enumeration_full_match ' , 'yes ' , 'yes ' ],
86+ ['core ' , 'shareapi_restrict_user_enumeration_full_match_userid ' , 'yes ' , 'yes ' ],
8687 ['core ' , 'shareapi_enabled ' , 'yes ' , 'yes ' ],
8788 ['core ' , 'shareapi_default_expire_date ' , 'no ' , 'no ' ],
8889 ['core ' , 'shareapi_expire_after_n_days ' , '7 ' , '7 ' ],
@@ -116,6 +117,7 @@ public function testGetFormWithoutExcludedGroups(): void {
116117 'restrictUserEnumerationToGroup ' => 'no ' ,
117118 'restrictUserEnumerationToPhone ' => 'no ' ,
118119 'restrictUserEnumerationFullMatch ' => 'yes ' ,
120+ 'restrictUserEnumerationFullMatchUserId ' => 'yes ' ,
119121 'enforceLinkPassword ' => false ,
120122 'onlyShareWithGroupMembers ' => false ,
121123 'shareAPIEnabled ' => 'yes ' ,
@@ -158,6 +160,7 @@ public function testGetFormWithExcludedGroups(): void {
158160 ['core ' , 'shareapi_restrict_user_enumeration_to_group ' , 'no ' , 'no ' ],
159161 ['core ' , 'shareapi_restrict_user_enumeration_to_phone ' , 'no ' , 'no ' ],
160162 ['core ' , 'shareapi_restrict_user_enumeration_full_match ' , 'yes ' , 'yes ' ],
163+ ['core ' , 'shareapi_restrict_user_enumeration_full_match_userid ' , 'yes ' , 'yes ' ],
161164 ['core ' , 'shareapi_enabled ' , 'yes ' , 'yes ' ],
162165 ['core ' , 'shareapi_default_expire_date ' , 'no ' , 'no ' ],
163166 ['core ' , 'shareapi_expire_after_n_days ' , '7 ' , '7 ' ],
@@ -191,6 +194,7 @@ public function testGetFormWithExcludedGroups(): void {
191194 'restrictUserEnumerationToGroup ' => 'no ' ,
192195 'restrictUserEnumerationToPhone ' => 'no ' ,
193196 'restrictUserEnumerationFullMatch ' => 'yes ' ,
197+ 'restrictUserEnumerationFullMatchUserId ' => 'yes ' ,
194198 'enforceLinkPassword ' => false ,
195199 'onlyShareWithGroupMembers ' => false ,
196200 'shareAPIEnabled ' => 'yes ' ,
0 commit comments