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