And again tests ...
This commit is contained in:
parent
732308ce6d
commit
6a501d99af
1 changed files with 2 additions and 1 deletions
|
@ -195,7 +195,8 @@ class InstallerTest extends MockedTest
|
||||||
'openssl_public_encrypt' => true,
|
'openssl_public_encrypt' => true,
|
||||||
'mb_strlen' => true,
|
'mb_strlen' => true,
|
||||||
'iconv_strlen' => true,
|
'iconv_strlen' => true,
|
||||||
'posix_kill' => true
|
'posix_kill' => true,
|
||||||
|
'json_encode' => true
|
||||||
]);
|
]);
|
||||||
$install = new Installer();
|
$install = new Installer();
|
||||||
$this->assertTrue($install->checkFunctions());
|
$this->assertTrue($install->checkFunctions());
|
||||||
|
|
Loading…
Reference in a new issue