mirror of
https://github.com/friendica/friendica
synced 2024-11-19 10:23:41 +00:00
Merge pull request #7395 from nupplaphil/bug/l10n_test
Fix InstallerTest
This commit is contained in:
commit
6717df2c23
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class InstallerTest extends MockedTest
|
|||
|
||||
private function mockL10nT(string $text, $times = null)
|
||||
{
|
||||
$this->l10nMock->shouldReceive('t')->with($text, [])->andReturn($text)->times($times);
|
||||
$this->l10nMock->shouldReceive('t')->with($text)->andReturn($text)->times($times);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue