From 486d8bc9866aa712c7fc3f0dd8ac9b3ac5df0aa1 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Tue, 15 Nov 2022 09:57:44 +0100 Subject: Add test for received share in share_folder Add integration test for receiving a share in a configured "share_folder". Signed-off-by: Vincent Petry --- build/integration/features/bootstrap/SharingContext.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build/integration/features') diff --git a/build/integration/features/bootstrap/SharingContext.php b/build/integration/features/bootstrap/SharingContext.php index 7080fd0a1a0..f187e89f08f 100644 --- a/build/integration/features/bootstrap/SharingContext.php +++ b/build/integration/features/bootstrap/SharingContext.php @@ -46,5 +46,7 @@ class SharingContext implements Context, SnippetAcceptingContext { $this->deleteServerConfig('core', 'shareapi_default_expire_date'); $this->deleteServerConfig('core', 'shareapi_expire_after_n_days'); $this->deleteServerConfig('core', 'link_defaultExpDays'); + + $this->runOcc(['config:system:delete', 'share_folder']); } } -- cgit v1.2.3