Fixing some AutomaticInstallationConsoleTests
This commit is contained in:
parent
bef952bd16
commit
c5973beca4
3 changed files with 122 additions and 57 deletions
|
@ -25,7 +25,7 @@ trait VFSTrait
|
|||
];
|
||||
|
||||
// create a virtual directory and copy all needed files and folders to it
|
||||
$this->root = vfsStream::setup('friendica', null, $structure);
|
||||
$this->root = vfsStream::setup('friendica', 0777, $structure);
|
||||
|
||||
$this->setConfigFile('defaults.config.php');
|
||||
$this->setConfigFile('settings.config.php');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue