]> source.dussan.org Git - nextcloud-server.git/commitdiff
Adapt CheckSetupControllerTest to the migration to a setup check
authorCôme Chilliet <come.chilliet@nextcloud.com>
Tue, 24 Oct 2023 13:36:09 +0000 (15:36 +0200)
committerCôme Chilliet <come.chilliet@nextcloud.com>
Tue, 24 Oct 2023 13:36:09 +0000 (15:36 +0200)
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
apps/settings/tests/Controller/CheckSetupControllerTest.php

index 6117658c7b0315a2879413961579ea4b4c82467e..f3759644a38b1320aeb1b77f149dc4a5f54c2535 100644 (file)
@@ -209,7 +209,6 @@ class CheckSetupControllerTest extends TestCase {
                                'isImagickEnabled',
                                'areWebauthnExtensionsEnabled',
                                'is64bit',
-                               'hasRecommendedPHPModules',
                                'hasBigIntConversionPendingColumns',
                                'isMysqlUsedWithoutUTF8MB4',
                                'isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed',
@@ -444,11 +443,6 @@ class CheckSetupControllerTest extends TestCase {
                        ->method('is64bit')
                        ->willReturn(false);
 
-               $this->checkSetupController
-                       ->expects($this->once())
-                       ->method('hasRecommendedPHPModules')
-                       ->willReturn([]);
-
                $this->checkSetupController
                        ->expects($this->once())
                        ->method('hasBigIntConversionPendingColumns')