Bufixing environment specific assertion problem

This commit is contained in:
Philipp Holzer 2018-10-31 11:03:15 +01:00
parent 70e240691e
commit 92d3d77e76
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5
3 changed files with 39 additions and 67 deletions

View file

@ -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