Fix L10n test

- Switched L10n::t() argument
Bu işleme şunda yer alıyor:
Philipp Holzer 2019-07-17 12:40:00 +02:00
ebeveyn 11e4f906c2
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

Dosyayı Görüntüle

@ -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);
}
/**