1
0
Fork 0
This commit is contained in:
Michael 2021-07-25 20:45:09 +00:00
commit 2b41b322bc
3 changed files with 7 additions and 5 deletions

View file

@ -115,7 +115,13 @@ trait AppMockTrait
$this->app
->shouldReceive('getCurrentTheme')
->andReturn('Smarty3');
$this->app->shouldReceive('setThemeInfoValue')
->with('videowidth')
->andReturn(425);
$this->app->shouldReceive('setThemeInfoValue')
->with('videoheight')
->andReturn(350);
DI::init($this->dice);
if ($raw) {