mirror of
https://github.com/friendica/friendica
synced 2024-11-10 02:22:55 +00:00
Fix test
This commit is contained in:
parent
e428bccefb
commit
04d1827eae
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ class InstallerTest extends MockedTest
|
||||||
$this->assertCheckExist(1,
|
$this->assertCheckExist(1,
|
||||||
$this->l10nMock->t('ImageMagick supports GIF'),
|
$this->l10nMock->t('ImageMagick supports GIF'),
|
||||||
'',
|
'',
|
||||||
true,
|
false,
|
||||||
false,
|
false,
|
||||||
$install->getChecks());
|
$install->getChecks());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue