From: Philipp Date: Tue, 12 Jul 2022 21:46:21 +0000 (+0200) Subject: Add dbview.config.php for vfs directory mocking X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6ef609f4fb2c9d57caa262b57131cdce63d31b61;p=friendica.git Add dbview.config.php for vfs directory mocking --- diff --git a/tests/Util/VFSTrait.php b/tests/Util/VFSTrait.php index 53d37f85c8..f2ac81bfbf 100644 --- a/tests/Util/VFSTrait.php +++ b/tests/Util/VFSTrait.php @@ -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');