Tests again
This commit is contained in:
parent
2b41b322bc
commit
6360c960e6
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue