]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Core/Console/ConsoleTest.php
Merge pull request #6638 from Ixiter/develop-markdown-anchors
[friendica.git] / tests / src / Core / Console / ConsoleTest.php
index 4f7acc9c4229f62223b42cbdfca7121e46bffc81..905d214cac2b6282ceb298c5c5a391d3073d0587 100644 (file)
@@ -29,7 +29,8 @@ abstract class ConsoleTest extends MockedTest
                Intercept::setUp();
 
                $this->setUpVfsDir();
-               $this->mockApp($this->root);
+               $configMock = \Mockery::mock('Friendica\Core\Config\ConfigCache');
+               $this->mockApp($this->root, $configMock);
        }
 
        /**