Add dbview.config.php for vfs directory mocking
This commit is contained in:
parent
41803cb731
commit
6ef609f4fb
|
@ -50,6 +50,7 @@ trait VFSTrait
|
||||||
$this->root = vfsStream::setup('friendica', 0777, $structure);
|
$this->root = vfsStream::setup('friendica', 0777, $structure);
|
||||||
|
|
||||||
$this->setConfigFile('dbstructure.config.php', true);
|
$this->setConfigFile('dbstructure.config.php', true);
|
||||||
|
$this->setConfigFile('dbview.config.php', true);
|
||||||
$this->setConfigFile('defaults.config.php', true);
|
$this->setConfigFile('defaults.config.php', true);
|
||||||
$this->setConfigFile('settings.config.php', true);
|
$this->setConfigFile('settings.config.php', true);
|
||||||
$this->setConfigFile('local.config.php');
|
$this->setConfigFile('local.config.php');
|
||||||
|
|
Loading…
Reference in a new issue