summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2024-01-11 15:09:18 +0100
committerCôme Chilliet <come.chilliet@nextcloud.com>2024-01-18 09:54:55 +0100
commit6e86870b6e2549a80cca24f51c1990327590b35f (patch)
tree05ac90f6ac5e580b4d8471995ce7a9a906a15506
parent7305fd7b487a79e05aa1c493dabf2f8fe3af10f1 (diff)
downloadnextcloud-server-6e86870b6e2549a80cca24f51c1990327590b35f.tar.gz
nextcloud-server-6e86870b6e2549a80cca24f51c1990327590b35f.zip
Fix tests in CheckSetupControllerTest
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
-rw-r--r--apps/settings/tests/Controller/CheckSetupControllerTest.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/settings/tests/Controller/CheckSetupControllerTest.php b/apps/settings/tests/Controller/CheckSetupControllerTest.php
index 4bbef59db85..b8f97b60bd5 100644
--- a/apps/settings/tests/Controller/CheckSetupControllerTest.php
+++ b/apps/settings/tests/Controller/CheckSetupControllerTest.php
@@ -171,10 +171,6 @@ class CheckSetupControllerTest extends TestCase {
'relativeTime' => '2 hours ago',
'backgroundJobsUrl' => 'https://example.org',
]);
- $this->checker
- ->expects($this->once())
- ->method('hasPassedCheck')
- ->willReturn(true);
$this->checkSetupController
->expects($this->once())