Kaynağa Gözat
Fix L10n test
- Switched L10n::t() argument
pull/7395/head
Philipp Holzer
1 yıl önce
ebeveyn
işleme
e175b3c733
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: D8365C3D36B77D90
1 değiştirilmiş dosya ile
1 ekleme ve
1 silme
-
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); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|