]> git.openstreetmap.org Git - nominatim.git/blobdiff - CONTRIBUTING.md
replace Symfony dotenv dependency with Python dotenv
[nominatim.git] / CONTRIBUTING.md
index 2d2877bfb5956a510730b3a319e2df81ef5e801b..a61456671986c138d722cbbc17ef67915af4d7a5 100644 (file)
@@ -57,14 +57,9 @@ The coding style is enforced with PHPCS and can be tested with:
 
 ## Testing
 
 
 ## Testing
 
-Before submitting a pull request make sure that the following tests pass:
+Before submitting a pull request make sure that the tests pass:
 
 ```
 
 ```
-  cd test/bdd
-  behave -DBUILDDIR=<builddir> db osm2pgsql
-```
-
-```
-  cd test/php
-  phpunit ./
+  cd build
+  make test
 ```
 ```