adapt php tests to new directory constants

This commit is contained in:
Sarah Hoffmann
2020-12-17 16:50:52 +01:00
parent 867baab3d1
commit f62c65e9d9
14 changed files with 22 additions and 20 deletions

View File

@@ -1,4 +1,6 @@
<?php
@define('CONST_BasePath', '../..');
@define('CONST_LibDir', '../../lib');
@define('CONST_DataDir', '../..');
@define('CONST_Debug', true);
@define('CONST_NoAccessControl', false);