From 9e54d1d6eb3e418c13ea090eeee4c9f9ee30b55a Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sat, 11 Mar 2017 17:13:24 +0100 Subject: [PATCH] adapt CONTRIBUTING.md to new test locations and tools --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ./ ```