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