From 75e63212d1a94c008a55871d65b252ab0677842a Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 22 Dec 2018 22:56:57 +0000 Subject: [PATCH] Bite by bite ... --- tests/src/Core/InstallerTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/src/Core/InstallerTest.php b/tests/src/Core/InstallerTest.php index 2f9ad1646c..3d7effe52b 100644 --- a/tests/src/Core/InstallerTest.php +++ b/tests/src/Core/InstallerTest.php @@ -43,6 +43,8 @@ class InstallerTest extends MockedTest $this->mockL10nT('Error: iconv PHP module required but not installed.', 1); $this->mockL10nT('POSIX PHP module', 1); $this->mockL10nT('Error: POSIX PHP module required but not installed.', 1); + $this->mockL10nT('JSON PHP module', 1); + $this->mockL10nT('Error: JSON PHP module required but not installed.', 1); } private function assertCheckExist($position, $title, $help, $status, $required, $assertionArray)