From 830348dbee748bb76bc68f65ad8ccac9356d14f7 Mon Sep 17 00:00:00 2001 From: nhirokinet Date: Sun, 25 Oct 2020 11:47:43 +0000 Subject: Add SVG support check to setup check Signed-off-by: nhirokinet --- apps/settings/tests/Controller/CheckSetupControllerTest.php | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/settings/tests') diff --git a/apps/settings/tests/Controller/CheckSetupControllerTest.php b/apps/settings/tests/Controller/CheckSetupControllerTest.php index 13bb54c7cea..64d27dcda89 100644 --- a/apps/settings/tests/Controller/CheckSetupControllerTest.php +++ b/apps/settings/tests/Controller/CheckSetupControllerTest.php @@ -594,6 +594,7 @@ class CheckSetupControllerTest extends TestCase { 'OCA\Settings\SetupChecks\PhpDefaultCharset' => ['pass' => true, 'description' => 'PHP configuration option default_charset should be UTF-8', 'severity' => 'warning'], 'OCA\Settings\SetupChecks\PhpOutputBuffering' => ['pass' => true, 'description' => 'PHP configuration option output_buffering must be disabled', 'severity' => 'error'], 'OCA\Settings\SetupChecks\LegacySSEKeyFormat' => ['pass' => true, 'description' => 'The old server-side-encryption format is enabled. We recommend disabling this.', 'severity' => 'warning', 'linkToDocumentation' => ''], + 'imageMagickLacksSVGSupport' => false, ] ); $this->assertEquals($expected, $this->checkSetupController->check()); -- cgit v1.2.3