Merge pull request #7395 from nupplaphil/bug/l10n_test
Fix InstallerTest
This commit is contained in:
commit
6717df2c23
|
@ -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