]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Core/Lock/LockTest.php
Bugfixing AutomaticInstallation test
[friendica.git] / tests / src / Core / Lock / LockTest.php
index 320beb3054e2f95638bdf6ec88f801d5124852e0..2d11a71ae18946c153d726f0c56833d881914995 100644 (file)
@@ -31,7 +31,8 @@ abstract class LockTest extends MockedTest
 
                // Reusable App object
                $this->setUpVfsDir();
-               $this->mockApp($this->root);
+               $configMock = \Mockery::mock('Friendica\Core\Config\ConfigCache');
+               $this->mockApp($this->root, $configMock);
                $this->app
                        ->shouldReceive('getHostname')
                        ->andReturn('friendica.local');