mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-30 12:22:10 +03:00
15 lines
349 B
Plaintext
15 lines
349 B
Plaintext
Basic unit tests of PHP code. Very low coverage. Doesn't cover interaction
|
|
with the webserver/HTTP or database (yet).
|
|
|
|
You need to have
|
|
https://phpunit.de/manual/4.2/en/
|
|
installed.
|
|
|
|
To execute the test suite run
|
|
$ cd tests-php
|
|
$ phpunit ./
|
|
|
|
It will read phpunit.xml which points to the library, test path, bootstrap
|
|
strip and set other parameters.
|
|
|