|
|
|
|
@ -136,9 +136,9 @@ class SharingTest extends TestCase {
|
|
|
|
|
'remoteExpireAfterNDays' => '7',
|
|
|
|
|
'enforceRemoteExpireDate' => false,
|
|
|
|
|
'allowLinksExcludeGroups' => [],
|
|
|
|
|
'passwordExcludedGroups' => [],
|
|
|
|
|
'passwordExcludedGroupsFeatureEnabled' => false,
|
|
|
|
|
'onlyShareWithGroupMembersExcludeGroupList' => [],
|
|
|
|
|
'enforceLinksPasswordExcludedGroups' => [],
|
|
|
|
|
'enforceLinksPasswordExcludedGroupsEnabled' => false,
|
|
|
|
|
]
|
|
|
|
|
],
|
|
|
|
|
);
|
|
|
|
|
@ -229,9 +229,9 @@ class SharingTest extends TestCase {
|
|
|
|
|
'remoteExpireAfterNDays' => '7',
|
|
|
|
|
'enforceRemoteExpireDate' => false,
|
|
|
|
|
'allowLinksExcludeGroups' => [],
|
|
|
|
|
'passwordExcludedGroups' => [],
|
|
|
|
|
'passwordExcludedGroupsFeatureEnabled' => false,
|
|
|
|
|
'onlyShareWithGroupMembersExcludeGroupList' => [],
|
|
|
|
|
'enforceLinksPasswordExcludedGroups' => [],
|
|
|
|
|
'enforceLinksPasswordExcludedGroupsEnabled' => false,
|
|
|
|
|
]
|
|
|
|
|
],
|
|
|
|
|
);
|
|
|
|
|
|