Nominatim/tests-php
2016-10-18 22:54:01 +02:00
..
Nominatim PHP unit test failed after change in c0b4411 2016-10-18 22:54:01 +02:00
bootstrap.php PSR2 fixes for /wikidata and /tests-php directories 2016-09-14 03:39:17 +02:00
README.txt more tests for libphp - incorporate lonvias feedback 2015-10-15 02:28:16 +02:00

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.