diff options
Diffstat (limited to 'apps/settings/tests/Controller/CheckSetupControllerTest.php')
-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 e5db2d52e3c..a493722a3ce 100644 --- a/apps/settings/tests/Controller/CheckSetupControllerTest.php +++ b/apps/settings/tests/Controller/CheckSetupControllerTest.php @@ -178,7 +178,6 @@ class CheckSetupControllerTest extends TestCase { 'getCurlVersion', 'isPhpOutdated', 'getOpcacheSetupRecommendations', - 'hasMissingIndexes', 'hasMissingPrimaryKeys', 'isSqliteUsed', 'isPHPMailerUsed', @@ -230,9 +229,6 @@ class CheckSetupControllerTest extends TestCase { ->method('getOpcacheSetupRecommendations') ->willReturn(['recommendation1', 'recommendation2']); $this->checkSetupController - ->method('hasMissingIndexes') - ->willReturn([]); - $this->checkSetupController ->method('hasMissingPrimaryKeys') ->willReturn([]); $this->checkSetupController |