X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/d6f298f0336f69d0f89157a42fa546337f4d80e5..aa9fff919900caafb276630b8ca4f1c1c598ab1c:/tests-php/README.txt diff --git a/tests-php/README.txt b/tests-php/README.txt index 31fd21ed..d551c1da 100644 --- a/tests-php/README.txt +++ b/tests-php/README.txt @@ -6,7 +6,8 @@ https://phpunit.de/manual/4.2/en/ installed. To execute the test suite run -$ phpunit +$ cd tests-php +$ phpunit ./ It will read phpunit.xml which points to the library, test path, bootstrap strip and set other parameters.