]> git.mxchange.org Git - friendica.git/blobdiff - tests/Util/AppMockTrait.php
Merge pull request #1 from friendica/develop
[friendica.git] / tests / Util / AppMockTrait.php
index 1f6605390c557d335019007a64cdf326bfffde74..59e1b3f556fd55b534344050317b40a06e2a4f19 100644 (file)
@@ -108,7 +108,7 @@ trait AppMockTrait
                        ->andReturn($this->configMock);
                $this->app
                        ->shouldReceive('getTemplateEngine')
-                       ->andReturn(new FriendicaSmartyEngine());
+                       ->andReturn(new FriendicaSmartyEngine('frio', []));
                $this->app
                        ->shouldReceive('getCurrentTheme')
                        ->andReturn('Smarty3');