From 6360c960e6e34798f333560c58973d6953b4ebe9 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 25 Jul 2021 20:49:10 +0000 Subject: [PATCH] Tests again --- tests/Util/AppMockTrait.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);