X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/d6f298f0336f69d0f89157a42fa546337f4d80e5..fb7d65b8c377fd5c9a74fef1ef800c9bc8e2abc3:/tests-php/README.txt?ds=sidebyside 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.