X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/4123a3fd6b2e6ba7cdcddd1c9aedb792f7eb27ca..33c919ab09070ed0ec8f4d87366c5f9a0910e2c9:/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 ./ ```