From 460081ba9a2be08f1b215ebb29f58044ed8fffee Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Sat, 19 Feb 2022 11:23:14 -0100 Subject: [PATCH] fix Signed-off-by: Maxence Lange --- .../tests/Controller/ShareAPIControllerTest.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php b/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php index 433269abe0100..1c3213a4c693b 100644 --- a/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php +++ b/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php @@ -745,6 +745,7 @@ public function testGetShare(\OCP\Share\IShare $share, array $result) { $this->userManager, $this->rootFolder, $this->urlGenerator, + $this->loggerInterface, $this->currentUser, $this->l, $this->config, @@ -1715,6 +1716,7 @@ public function testCreateShareUser() { $this->userManager, $this->rootFolder, $this->urlGenerator, + $this->loggerInterface, $this->currentUser, $this->l, $this->config, @@ -1817,6 +1819,7 @@ public function testCreateShareGroup() { $this->userManager, $this->rootFolder, $this->urlGenerator, + $this->loggerInterface, $this->currentUser, $this->l, $this->config, @@ -2198,6 +2201,7 @@ public function testCreateShareRemote() { $this->userManager, $this->rootFolder, $this->urlGenerator, + $this->loggerInterface, $this->currentUser, $this->l, $this->config, @@ -2268,6 +2272,7 @@ public function testCreateShareRemoteGroup() { $this->userManager, $this->rootFolder, $this->urlGenerator, + $this->loggerInterface, $this->currentUser, $this->l, $this->config, @@ -2522,6 +2527,7 @@ public function testCreateReshareOfFederatedMountNoDeletePermissions() { $this->userManager, $this->rootFolder, $this->urlGenerator, + $this->loggerInterface, $this->currentUser, $this->l, $this->config,