]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/php/bootstrap.php
adapt php tests to new directory constants
[nominatim.git] / test / php / bootstrap.php
index d6968717b5b46bb699b1eb1486d9d1c1327f3194..3a36db38e3dea0486b77402789a934cd663abdfa 100644 (file)
@@ -1,4 +1,6 @@
 <?php
-    @define('CONST_BasePath', '../..');
+    @define('CONST_LibDir', '../../lib');
+    @define('CONST_DataDir', '../..');
+
     @define('CONST_Debug', true);
     @define('CONST_NoAccessControl', false);