Philipp Holzer
1 vuosi sitten
vanhempi
commit
e175b3c733
No known key found for this signature in database
GPG Key ID: D8365C3D36B77D90
1 muutettua tiedostoa jossa
1 lisäystä ja
1 poistoa
-
tests/src/Core/InstallerTest.php
|
|
@ -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); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|