From 04d1827eae5ccf9e83b914a395390a16a4dcd112 Mon Sep 17 00:00:00 2001 From: nupplaPhil Date: Sun, 22 Dec 2019 13:04:35 +0100 Subject: [PATCH] Fix test --- tests/src/Core/InstallerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/Core/InstallerTest.php b/tests/src/Core/InstallerTest.php index f787e0ce5a..dd7790e739 100644 --- a/tests/src/Core/InstallerTest.php +++ b/tests/src/Core/InstallerTest.php @@ -389,7 +389,7 @@ class InstallerTest extends MockedTest $this->assertCheckExist(1, $this->l10nMock->t('ImageMagick supports GIF'), '', - true, + false, false, $install->getChecks()); }