mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 01:25:21 +02:00
Bufixing environment specific assertion problem
This commit is contained in:
parent
70e240691e
commit
92d3d77e76
3 changed files with 39 additions and 67 deletions
|
@ -20,7 +20,8 @@ trait VFSTrait
|
|||
// the used directories inside the App class
|
||||
$structure = [
|
||||
'config' => [],
|
||||
'bin' => []
|
||||
'bin' => [],
|
||||
'test' => []
|
||||
];
|
||||
|
||||
// create a virtual directory and copy all needed files and folders to it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue