]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/BaseObjectTest.php
Bugfixing AutomaticInstallation test
[friendica.git] / tests / src / BaseObjectTest.php
index 2b10556af67d79885342b3f05e88f698b4294ff1..2dbf5580f61ffc7106afe6af302394ceb95d0bba 100644 (file)
@@ -32,7 +32,8 @@ class BaseObjectTest extends TestCase
        protected function setUp()
        {
                $this->setUpVfsDir();
-               $this->mockApp($this->root);
+               $configMock = \Mockery::mock('Friendica\Core\Config\ConfigCache');
+               $this->mockApp($this->root, $configMock);
 
                $this->baseObject = new BaseObject();
        }