diff options
author | szaimen <szaimen@e.mail.de> | 2022-03-11 20:45:26 +0100 |
---|---|---|
committer | szaimen <szaimen@e.mail.de> | 2022-03-11 20:45:26 +0100 |
commit | 351357047a50a37532134f7ced5db22407cc76cb (patch) | |
tree | 8b86d278e8c258a277a9e722e3d0af14e3446bc8 /apps | |
parent | 5ad55fad359fec5d5d7e7761f1af7f266b8c246c (diff) | |
download | nextcloud-server-351357047a50a37532134f7ced5db22407cc76cb.tar.gz nextcloud-server-351357047a50a37532134f7ced5db22407cc76cb.zip |
fix drone tests on master
Signed-off-by: szaimen <szaimen@e.mail.de>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/settings/tests/Controller/CheckSetupControllerTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings/tests/Controller/CheckSetupControllerTest.php b/apps/settings/tests/Controller/CheckSetupControllerTest.php index 8a1e062f58b..b7dd96ae653 100644 --- a/apps/settings/tests/Controller/CheckSetupControllerTest.php +++ b/apps/settings/tests/Controller/CheckSetupControllerTest.php @@ -197,6 +197,8 @@ class CheckSetupControllerTest extends TestCase { 'isSqliteUsed', 'isPHPMailerUsed', 'getAppDirsWithDifferentOwner', + 'isImagickEnabled', + 'areWebauthnExtensionsEnabled', 'hasRecommendedPHPModules', 'hasBigIntConversionPendingColumns', 'isMysqlUsedWithoutUTF8MB4', |