From: Michael Date: Sat, 22 Dec 2018 22:56:57 +0000 (+0000) Subject: Bite by bite ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=75e63212d1a94c008a55871d65b252ab0677842a;p=friendica.git Bite by bite ... --- 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)