]> git.openstreetmap.org Git - nominatim.git/blob - test/php/bootstrap.php
Merge pull request #1782 from Simon-Will/1781-make-tests-work-with-phpunit-8
[nominatim.git] / test / php / bootstrap.php
1 <?php
2     @define('CONST_BasePath', '../..');
3     @define('CONST_Debug', true);
4     @define('CONST_NoAccessControl', false);