diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-03-12 12:55:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-12 12:55:53 +0100 |
commit | 653f2b7e32768960077b36fc19c9c91b6b2f3ba2 (patch) | |
tree | 6f2595a785f3a4960509dc2228ee6f60dd654f4d /apps | |
parent | 161195aecce50a806059976aa6f594ec5abb8563 (diff) | |
parent | 351357047a50a37532134f7ced5db22407cc76cb (diff) | |
download | nextcloud-server-653f2b7e32768960077b36fc19c9c91b6b2f3ba2.tar.gz nextcloud-server-653f2b7e32768960077b36fc19c9c91b6b2f3ba2.zip |
Merge pull request #31555 from nextcloud/enh/noid/fix-drone-tests
fix drone tests on master
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', |