namespace Nominatim;
-@define('CONST_BasePath', '../../');
-
-require_once '../../lib/SearchContext.php';
+require_once(CONST_LibDir.'/SearchContext.php');
class SearchContextTest extends \PHPUnit\Framework\TestCase
{
private $oCtx;
- protected function setUp()
+ protected function setUp(): void
{
$this->oCtx = new SearchContext();
}