adapt CONTRIBUTING.md to new test locations and tools

This commit is contained in:
Sarah Hoffmann 2017-03-11 17:13:24 +01:00
parent 1aaeee19a1
commit 9e54d1d6eb

View 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 ./
```