From f0fe323832e7320f481a5b540cab38a7a42aa379 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 17 Jul 2022 09:17:07 +0000 Subject: [PATCH] Possibly now the tests work --- tests/src/Core/InstallerTest.php | 1 + 1 file changed, 1 insertion(+) 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());