@@ -59,6 +59,8 @@ public function testGetFormWithoutExcludedGroups(): void {
5959 ->willReturnMap ([
6060 ['core ' , 'shareapi_allow_federation_on_public_shares ' , true ],
6161 ['core ' , 'shareapi_enable_link_password_by_default ' , true ],
62+ ['core ' , 'shareapi_default_expire_date ' , false ],
63+ ['core ' , 'shareapi_enforce_expire_date ' , false ],
6264 ]);
6365
6466 $ this ->config
@@ -78,9 +80,7 @@ public function testGetFormWithoutExcludedGroups(): void {
7880 ['core ' , 'shareapi_restrict_user_enumeration_full_match_email ' , 'yes ' , 'yes ' ],
7981 ['core ' , 'shareapi_restrict_user_enumeration_full_match_ignore_second_dn ' , 'no ' , 'no ' ],
8082 ['core ' , 'shareapi_enabled ' , 'yes ' , 'yes ' ],
81- ['core ' , 'shareapi_default_expire_date ' , 'no ' , 'no ' ],
8283 ['core ' , 'shareapi_expire_after_n_days ' , '7 ' , '7 ' ],
83- ['core ' , 'shareapi_enforce_expire_date ' , 'no ' , 'no ' ],
8484 ['core ' , 'shareapi_exclude_groups ' , 'no ' , 'no ' ],
8585 ['core ' , 'shareapi_public_link_disclaimertext ' , '' , 'Lorem ipsum ' ],
8686 ['core ' , 'shareapi_default_permissions ' , (string )Constants::PERMISSION_ALL , Constants::PERMISSION_ALL ],
0 commit comments