diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-10-24 15:36:09 +0200 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-10-24 15:36:09 +0200 |
commit | d551a0d88662ae7e78308464dbdaddd5c3400c35 (patch) | |
tree | 624e7fe120850b530f13aa0aabadaf96a4f4d6d6 /apps/settings | |
parent | 27995d1376ea5ae979a7bfb8cc4a25a5db1f670c (diff) | |
download | nextcloud-server-d551a0d88662ae7e78308464dbdaddd5c3400c35.tar.gz nextcloud-server-d551a0d88662ae7e78308464dbdaddd5c3400c35.zip |
Adapt CheckSetupControllerTest to the migration to a setup check
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'apps/settings')
-rw-r--r-- | apps/settings/tests/Controller/CheckSetupControllerTest.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/settings/tests/Controller/CheckSetupControllerTest.php b/apps/settings/tests/Controller/CheckSetupControllerTest.php index 6117658c7b0..f3759644a38 100644 --- a/apps/settings/tests/Controller/CheckSetupControllerTest.php +++ b/apps/settings/tests/Controller/CheckSetupControllerTest.php @@ -209,7 +209,6 @@ class CheckSetupControllerTest extends TestCase { 'isImagickEnabled', 'areWebauthnExtensionsEnabled', 'is64bit', - 'hasRecommendedPHPModules', 'hasBigIntConversionPendingColumns', 'isMysqlUsedWithoutUTF8MB4', 'isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed', @@ -446,11 +445,6 @@ class CheckSetupControllerTest extends TestCase { $this->checkSetupController ->expects($this->once()) - ->method('hasRecommendedPHPModules') - ->willReturn([]); - - $this->checkSetupController - ->expects($this->once()) ->method('hasBigIntConversionPendingColumns') ->willReturn([]); |