Fix L10n test
- Switched L10n::t() argument
This commit is contained in:
parent
11e4f906c2
commit
e175b3c733
|
@ -32,7 +32,7 @@ class InstallerTest extends MockedTest
|
||||||
|
|
||||||
private function mockL10nT(string $text, $times = null)
|
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