]> git.mxchange.org Git - friendica.git/commitdiff
Tests again
authorMichael <heluecht@pirati.ca>
Sun, 25 Jul 2021 20:49:10 +0000 (20:49 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 25 Jul 2021 20:49:10 +0000 (20:49 +0000)
tests/Util/AppMockTrait.php

index c2af4ad459c6dd3616f49d471cdb0ee4fb667336..f48a85380f4f585233408248c42c685a408d6462 100644 (file)
@@ -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);