Tests again

This commit is contained in:
Michael 2021-07-25 20:49:10 +00:00
parent 2b41b322bc
commit 6360c960e6

View file

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