]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/php/bootstrap.php
Merge pull request #1348 from mtmail/checkmodulepresence-to-raise-exception
[nominatim.git] / test / php / bootstrap.php
index b3d9bbc7f3711e882119cd6b3af051245d859d04..d6968717b5b46bb699b1eb1486d9d1c1327f3194 100644 (file)
@@ -1 +1,4 @@
 <?php
+    @define('CONST_BasePath', '../..');
+    @define('CONST_Debug', true);
+    @define('CONST_NoAccessControl', false);