Adapt CheckSetupControllerTest to the migration to a setup check

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2023-10-24 15:36:09 +02:00
parent 27995d1376
commit d551a0d886
No known key found for this signature in database
GPG key ID: A3E2F658B28C760A

View 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')