mirror of
https://github.com/friendica/friendica
synced 2024-11-12 23:42:54 +00:00
Bite by bite ...
This commit is contained in:
parent
6a501d99af
commit
75e63212d1
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ class InstallerTest extends MockedTest
|
||||||
$this->mockL10nT('Error: iconv PHP module required but not installed.', 1);
|
$this->mockL10nT('Error: iconv PHP module required but not installed.', 1);
|
||||||
$this->mockL10nT('POSIX PHP module', 1);
|
$this->mockL10nT('POSIX PHP module', 1);
|
||||||
$this->mockL10nT('Error: POSIX PHP module required but not installed.', 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)
|
private function assertCheckExist($position, $title, $help, $status, $required, $assertionArray)
|
||||||
|
|
Loading…
Reference in a new issue