]> git.openstreetmap.org Git - nominatim.git/blob - tests-php/README.txt
d551c1da811ae9a5c292966a7e31f639652c928f
[nominatim.git] / tests-php / README.txt
1 Basic unit tests of PHP code. Very low coverage. Doesn't cover interaction
2 with the webserver/HTTP or database (yet).
3
4 You need to have
5 https://phpunit.de/manual/4.2/en/
6 installed.
7
8 To execute the test suite run
9 $ cd tests-php
10 $ phpunit ./
11
12 It will read phpunit.xml which points to the library, test path, bootstrap
13 strip and set other parameters.
14