]> git.openstreetmap.org Git - nominatim.git/commitdiff
Merge pull request #2129 from lonvia/cleanup-bdd-tests
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 7 Jan 2021 08:10:40 +0000 (09:10 +0100)
committerGitHub <noreply@github.com>
Thu, 7 Jan 2021 08:10:40 +0000 (09:10 +0100)
Clean up Python support code for BDD tests

docs/admin/Installation.md
test/php/phpunit.xml

index 4cd2ad0ebfe01a69cd549b38629473515812c237..a577fdcfabfb7ce31a16e0f33ae7aba4dcd818a5 100644 (file)
@@ -43,6 +43,7 @@ For running Nominatim:
   * [PHP](https://php.net) (7.0 or later)
   * PHP-pgsql
   * PHP-intl (bundled with PHP)
+  * [PHP Symphony Dotenv](https://symfony.com/doc/4.3/components/dotenv.html)
 
 For running continuous updates:
 
index bc07177ce8dfa2c84abf093390b4539964551b1d..8764d49efa72c70f315619de8f15d8cbbd3ff2d4 100644 (file)
@@ -19,7 +19,7 @@
     </testsuites>
     <filter>
         <whitelist>
-            <directory>./lib/</directory>
+            <directory>../../lib/</directory>
         </whitelist>
     </filter>