Possibly now the tests work

This commit is contained in:
Michael 2022-07-17 09:17:07 +00:00
parent 5188180094
commit f0fe323832
1 changed files with 1 additions and 0 deletions

View 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());