This commit is contained in:
Michael 2022-07-17 09:31:44 +00:00
parent f0fe323832
commit 06698cc5f6
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ class InstallerTest extends MockedTest
$this->setFunctions(['gmp_strval' => false]);
$install = new Installer();
self::assertFalse($install->checkFunctions());
self::assertCheckExist(11,
self::assertCheckExist(12,
'GNU Multiple Precision PHP module',
'Error: GNU Multiple Precision PHP module required but not installed.',
false,