X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/2d4063234ace0fe8df182442b352b4bc06f390e7..a52ed366e42b3309463b807cd25ad08cce8f0bfe:/test/php/Nominatim/DebugTest.php diff --git a/test/php/Nominatim/DebugTest.php b/test/php/Nominatim/DebugTest.php index 7ef1dba3..09860914 100644 --- a/test/php/Nominatim/DebugTest.php +++ b/test/php/Nominatim/DebugTest.php @@ -2,12 +2,12 @@ namespace Nominatim; -require_once(CONST_BasePath.'/lib/DebugHtml.php'); +require_once(CONST_LibDir.'/DebugHtml.php'); class DebugTest extends \PHPUnit\Framework\TestCase { - protected function setUp() + protected function setUp(): void { $this->oWithDebuginfo = $this->getMockBuilder(\GeococdeMock::class) ->setMethods(array('debugInfo'))