]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/php/bootstrap.php
Added fixture for sql_preprocessor and fixed some issues
[nominatim.git] / test / php / bootstrap.php
index d6968717b5b46bb699b1eb1486d9d1c1327f3194..bfdbbf0595c15bb497b040d2cef0da188124366b 100644 (file)
@@ -1,4 +1,6 @@
 <?php
-    @define('CONST_BasePath', '../..');
+    @define('CONST_LibDir', '../../lib-php');
+    @define('CONST_DataDir', '../..');
+
     @define('CONST_Debug', true);
     @define('CONST_NoAccessControl', false);