]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/php/Nominatim/ShellTest.php
add consistent SPDX copyright headers
[nominatim.git] / test / php / Nominatim / ShellTest.php
index d0222ee1995495644344c77cc907a50bf6cc45cf..822194980bab145f0a3bb35539bcf9c5673d1d80 100644 (file)
@@ -1,8 +1,16 @@
 <?php
+/**
+ * SPDX-License-Identifier: GPL-2.0-only
+ *
+ * This file is part of Nominatim. (https://nominatim.org)
+ *
+ * Copyright (C) 2022 by the Nominatim developer community.
+ * For a full list of authors see the git log.
+ */
 
 namespace Nominatim;
 
-require_once(CONST_BasePath.'/lib/Shell.php');
+require_once(CONST_LibDir.'/Shell.php');
 
 class ShellTest extends \PHPUnit\Framework\TestCase
 {