X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/e1a2d9e61e5905bef2ffaa36353681cd33660215..49ac49228ee208f7b219ee8ea8e1b199d6486245:/CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d23b3392..276137f6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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= lettuce -t -Fail -t -Tiger features/db features/osm2pgsql + cd test/bdd + behave -DBUILDDIR= db osm2pgsql ``` ``` - cd test-php + cd test/php phpunit ./ ```