]> git.openstreetmap.org Git - nominatim.git/blob - tests-php/README.txt
more osm2pgsql tag tests
[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 $ phpunit
10
11 It will read phpunit.xml which points to the library, test path, bootstrap
12 strip and set other parameters.
13