diff --git a/tests/Util/AppMockTrait.php b/tests/Util/AppMockTrait.php index c2af4ad459..f48a85380f 100644 --- a/tests/Util/AppMockTrait.php +++ b/tests/Util/AppMockTrait.php @@ -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);