]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/php/Nominatim/ClassTypesTest.php
adapt php tests to new directory constants
[nominatim.git] / test / php / Nominatim / ClassTypesTest.php
index 1ba79bdba282218c4aa448528a95294d27782485..102569542880220ae58380764515fc2ae2027c32 100644 (file)
@@ -2,7 +2,7 @@
 
 namespace Nominatim;
 
-require_once(CONST_BasePath.'/lib/ClassTypes.php');
+require_once(CONST_LibDir.'/ClassTypes.php');
 
 class ClassTypesTest extends \PHPUnit\Framework\TestCase
 {