Bufixing environment specific assertion problem

This commit is contained in:
Philipp Holzer
2018-10-31 11:03:15 +01:00
parent 70e240691e
commit 92d3d77e76
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