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