Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2022-02-16 21:48:17 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2022-02-16 21:48:17 +0300
commitf4f35a846646c63427c9b9d9c3d9918df8f38076 (patch)
tree04f7e77e9cc0abb4430a98edc3f407ac4dbd694a
parenta5228a0c42d169b113bbcd5f820e089b3ca74d78 (diff)
fix unit test
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r--apps/settings/tests/Controller/CheckSetupControllerTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings/tests/Controller/CheckSetupControllerTest.php b/apps/settings/tests/Controller/CheckSetupControllerTest.php
index d1b719ce2df..59c3816a0be 100644
--- a/apps/settings/tests/Controller/CheckSetupControllerTest.php
+++ b/apps/settings/tests/Controller/CheckSetupControllerTest.php
@@ -651,6 +651,8 @@ class CheckSetupControllerTest extends TestCase {
$this->secureRandom,
$this->iniGetWrapper,
$this->connection,
+ $this->appManager,
+ $this->serverContainer
])
->setMethods(null)->getMock();