X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/866b702e0e1807b17180af79943ce02ea0890a7c..fc96bee063c26ade2cdc89f255de580de9d43009:/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.