]> git.mxchange.org Git - friendica.git/commitdiff
Possibly now the tests work
authorMichael <heluecht@pirati.ca>
Sun, 17 Jul 2022 09:17:07 +0000 (09:17 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 17 Jul 2022 09:17:07 +0000 (09:17 +0000)
tests/src/Core/InstallerTest.php

index 98fa3474fb111476351b0420b6e0b78c2a78ecdd..c25247cc5fb16405143edb35f2ac6a7dac618237 100644 (file)
@@ -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());