mirror of
https://github.com/friendica/friendica
synced 2025-04-30 21:44:22 +02:00
Bugfixing AutomaticInstallation test
This commit is contained in:
parent
bc73d4bd2b
commit
90e88d6c35
9 changed files with 37 additions and 25 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue