]> git.openstreetmap.org Git - nominatim.git/blobdiff - CONTRIBUTING.md
update leaflet CSS file as well. Fixes delayed layer animation
[nominatim.git] / CONTRIBUTING.md
index d23b33928698eeb97975ac0fe4b188856d8acc81..276137f6d9c9b0c8ace6ac8832f42460a46b8d6d 100644 (file)
@@ -38,11 +38,11 @@ The coding style is enforced with PHPCS and can be tested with:
 Before submitting a pull request make sure that the following tests pass:
 
 ```
-  cd tests
-  NOMINATIM_DIR=<builddir> lettuce -t -Fail -t -Tiger features/db features/osm2pgsql
+  cd test/bdd
+  behave -DBUILDDIR=<builddir> db osm2pgsql
 ```
 
 ```
-  cd test-php
+  cd test/php
   phpunit ./
 ```