mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Adapt CheckSetupControllerTest to the migration to a setup check
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
27995d1376
commit
d551a0d886
1 changed files with 0 additions and 6 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue