Bite by bite ...

This commit is contained in:
Michael 2018-12-22 22:56:57 +00:00
parent 6a501d99af
commit 75e63212d1
1 changed files with 2 additions and 0 deletions

View File

@ -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)