]> git.mxchange.org Git - friendica.git/blobdiff - tests/Util/VFSTrait.php
Merge remote-tracking branch 'upstream/develop' into post-reason
[friendica.git] / tests / Util / VFSTrait.php
index 0b594814fa2b04ff22298de827318cbd0ac8e99d..f2ac81bfbfa75f0c4141c43a81617828bce4ea27 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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');