pull/11746/head
Michael 2022-07-17 09:31:44 +00:00
rodzic f0fe323832
commit 06698cc5f6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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,