]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/php/bootstrap.php
use relative dir for sources for phpunit
[nominatim.git] / test / php / bootstrap.php
index 0d4759622ff06f0ec8d6e4d09e2a673e4eb06a38..3a36db38e3dea0486b77402789a934cd663abdfa 100644 (file)
@@ -1,2 +1,6 @@
 <?php
-    @define('CONST_BasePath', '../..');
+    @define('CONST_LibDir', '../../lib');
+    @define('CONST_DataDir', '../..');
+
+    @define('CONST_Debug', true);
+    @define('CONST_NoAccessControl', false);