And again tests ...

This commit is contained in:
Michael 2018-12-22 22:36:53 +00:00
parent 732308ce6d
commit 6a501d99af
1 changed files with 2 additions and 1 deletions

View File

@ -195,7 +195,8 @@ class InstallerTest extends MockedTest
'openssl_public_encrypt' => true,
'mb_strlen' => true,
'iconv_strlen' => true,
'posix_kill' => true
'posix_kill' => true,
'json_encode' => true
]);
$install = new Installer();
$this->assertTrue($install->checkFunctions());