mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Add dbview.config.php for vfs directory mocking
This commit is contained in:
parent
41803cb731
commit
6ef609f4fb
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ trait VFSTrait
|
|||
$this->root = vfsStream::setup('friendica', 0777, $structure);
|
||||
|
||||
$this->setConfigFile('dbstructure.config.php', true);
|
||||
$this->setConfigFile('dbview.config.php', true);
|
||||
$this->setConfigFile('defaults.config.php', true);
|
||||
$this->setConfigFile('settings.config.php', true);
|
||||
$this->setConfigFile('local.config.php');
|
||||
|
|
Loading…
Reference in a new issue