mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:42:53 +00:00
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]);
|
||||
$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,
|
||||
|
|
Loading…
Reference in a new issue