]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/php/Nominatim/ShellTest.php
php test: class must be called like the file
[nominatim.git] / test / php / Nominatim / ShellTest.php
index d0222ee1995495644344c77cc907a50bf6cc45cf..2d81b71d95f0c71c8d11a8bddf28c29948729f96 100644 (file)
@@ -2,7 +2,7 @@
 
 namespace Nominatim;
 
-require_once(CONST_BasePath.'/lib/Shell.php');
+require_once(CONST_LibDir.'/Shell.php');
 
 class ShellTest extends \PHPUnit\Framework\TestCase
 {