From: Michael Date: Sun, 17 Jul 2022 09:17:07 +0000 (+0000) Subject: Possibly now the tests work X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f0fe323832e7320f481a5b540cab38a7a42aa379;p=friendica.git Possibly now the tests work --- diff --git a/tests/src/Core/InstallerTest.php b/tests/src/Core/InstallerTest.php index 98fa3474fb..c25247cc5f 100644 --- a/tests/src/Core/InstallerTest.php +++ b/tests/src/Core/InstallerTest.php @@ -299,6 +299,7 @@ class InstallerTest extends MockedTest 'posix_kill' => true, 'json_encode' => true, 'finfo_open' => true, + 'gmp_strval' => true, ]); $install = new Installer(); self::assertTrue($install->checkFunctions());