]> 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 7b99806ab20b0329500213c2e18535f5b134e075..f2ac81bfbfa75f0c4141c43a81617828bce4ea27 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -43,12 +43,14 @@ trait VFSTrait
                        'static' => [],
                        'test' => [],
                        'logs' => [],
+                       'config2' => [],
                ];
 
                // create a virtual directory and copy all needed files and folders to it
                $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');