aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/tests
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2023-10-12 17:04:11 +0200
committerCôme Chilliet <come.chilliet@nextcloud.com>2023-10-19 15:58:45 +0200
commit0c346849f3904f4994ea306ef53884ffb87a2ee6 (patch)
tree956af1767c85df52cb4dc2e89a9e4a345f7a5bbb /apps/settings/tests
parentb6c35b3be0a2c2a26e6409990a3855c36fa06ce9 (diff)
downloadnextcloud-server-0c346849f3904f4994ea306ef53884ffb87a2ee6.tar.gz
nextcloud-server-0c346849f3904f4994ea306ef53884ffb87a2ee6.zip
Migrate missing PHP modules check to new API and improve it
Test all modules listed as required in our documentation Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'apps/settings/tests')
-rw-r--r--apps/settings/tests/Controller/CheckSetupControllerTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/settings/tests/Controller/CheckSetupControllerTest.php b/apps/settings/tests/Controller/CheckSetupControllerTest.php
index 449f181e8c1..6117658c7b0 100644
--- a/apps/settings/tests/Controller/CheckSetupControllerTest.php
+++ b/apps/settings/tests/Controller/CheckSetupControllerTest.php
@@ -537,7 +537,6 @@ class CheckSetupControllerTest extends TestCase {
'isImagickEnabled' => false,
'areWebauthnExtensionsEnabled' => false,
'is64bit' => false,
- 'recommendedPHPModules' => [],
'pendingBigIntConversionColumns' => [],
'isMysqlUsedWithoutUTF8MB4' => false,
'isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed' => true,