]> git.openstreetmap.org Git - nominatim.git/commit
move looksLikeLatLonPair into lib.php, basic PHP test suite using phpunit
authorMarc Tobias Metten <mtmail@gmx.net>
Tue, 23 Sep 2014 20:53:20 +0000 (22:53 +0200)
committerMarc Tobias Metten <mtmail@gmx.net>
Tue, 23 Sep 2014 20:53:20 +0000 (22:53 +0200)
commitd6f298f0336f69d0f89157a42fa546337f4d80e5
tree3d3637f4ed3f4b807f52c8f7f5b3a49eccb28a89
parentaae90ea5cb079b0c36ebadecdccad9b868193597
move looksLikeLatLonPair into lib.php, basic PHP test suite using phpunit
.gitignore
lib/Geocode.php
lib/lib.php
phpunit.xml [new file with mode: 0644]
tests-php/Nominatim/NominatimTest.php [new file with mode: 0644]
tests-php/README.txt [new file with mode: 0644]
tests-php/bootstrap.php [new file with mode: 0644]
tests/README.md