Bugfixing AutomaticInstallation test
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user