diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-01-11 15:09:18 +0100 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-01-18 09:54:55 +0100 |
commit | 6e86870b6e2549a80cca24f51c1990327590b35f (patch) | |
tree | 05ac90f6ac5e580b4d8471995ce7a9a906a15506 | |
parent | 7305fd7b487a79e05aa1c493dabf2f8fe3af10f1 (diff) | |
download | nextcloud-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.php | 4 |
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()) |