From: Michael Date: Sun, 25 Jul 2021 20:49:10 +0000 (+0000) Subject: Tests again X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6360c960e6e34798f333560c58973d6953b4ebe9;p=friendica.git Tests again --- 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);