diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-10-12 17:04:11 +0200 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-10-19 15:58:45 +0200 |
commit | 0c346849f3904f4994ea306ef53884ffb87a2ee6 (patch) | |
tree | 956af1767c85df52cb4dc2e89a9e4a345f7a5bbb /apps/settings/tests | |
parent | b6c35b3be0a2c2a26e6409990a3855c36fa06ce9 (diff) | |
download | nextcloud-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.php | 1 |
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, |