Test?
This commit is contained in:
parent
f0fe323832
commit
06698cc5f6
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ class InstallerTest extends MockedTest
|
||||||
$this->setFunctions(['gmp_strval' => false]);
|
$this->setFunctions(['gmp_strval' => false]);
|
||||||
$install = new Installer();
|
$install = new Installer();
|
||||||
self::assertFalse($install->checkFunctions());
|
self::assertFalse($install->checkFunctions());
|
||||||
self::assertCheckExist(11,
|
self::assertCheckExist(12,
|
||||||
'GNU Multiple Precision PHP module',
|
'GNU Multiple Precision PHP module',
|
||||||
'Error: GNU Multiple Precision PHP module required but not installed.',
|
'Error: GNU Multiple Precision PHP module required but not installed.',
|
||||||
false,
|
false,
|
||||||
|
|
Loading…
Reference in a new issue