mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix ContactsStoreTests under PHP 8.2
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
5e71875626
commit
0d9c1510ca
1 changed files with 1 additions and 0 deletions
|
|
@ -863,6 +863,7 @@ class ContactsStoreTest extends TestCase {
|
|||
['core', 'shareapi_restrict_user_enumeration_to_phone', 'no', 'no'],
|
||||
['core', 'shareapi_restrict_user_enumeration_full_match', 'yes', 'yes'],
|
||||
['core', 'shareapi_exclude_groups', 'no', 'yes'],
|
||||
['core', 'shareapi_exclude_groups_list', '', ''],
|
||||
['core', 'shareapi_only_share_with_group_members', 'no', 'no'],
|
||||
]);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue