Tests again

This commit is contained in:
Michael 2021-07-25 20:49:10 +00:00
parent 2b41b322bc
commit 6360c960e6
1 changed files with 2 additions and 2 deletions

View File

@ -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);