pull/10548/head
Michael 2021-07-25 20:49:10 +00:00
rodzic 2b41b322bc
commit 6360c960e6
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -115,10 +115,10 @@ trait AppMockTrait
$this->app
->shouldReceive('getCurrentTheme')
->andReturn('Smarty3');
$this->app->shouldReceive('setThemeInfoValue')
$this->app->shouldReceive('getThemeInfoValue')
->with('videowidth')
->andReturn(425);
$this->app->shouldReceive('setThemeInfoValue')
$this->app->shouldReceive('getThemeInfoValue')
->with('videoheight')
->andReturn(350);