]> git.mxchange.org Git - friendica.git/commitdiff
And again tests ...
authorMichael <heluecht@pirati.ca>
Sat, 22 Dec 2018 22:36:53 +0000 (22:36 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 22 Dec 2018 22:36:53 +0000 (22:36 +0000)
tests/src/Core/InstallerTest.php

index d860321d43d1201bb263514f9df5176e97a164e1..2f9ad1646cae7c61bb8116a5e75ae3d05a02c9d1 100644 (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());