Nominatim/test/php
Simon Will 14dba39157 Use assertEqualsWithDelta for float comparisons
PHPUnit 7.3 introduced the functions assertEqualsWithDelta for comparing
floats with a delta. The old four-argument version of assertEquals is
deprecated in PHPUnit 8 and removed in PHPUnit 9.

This commit means that the tests will fail with PHPUnit < 7.3 because
assertEqualsWithDelta is not defined there.
2020-05-05 23:43:09 +02:00
..
fixtures fix AddressDetails->getAddressDetails, add tests 2018-09-20 02:16:01 +02:00
Nominatim Use assertEqualsWithDelta for float comparisons 2020-05-05 23:43:09 +02:00
bootstrap.php set exception handler by request format, not always HTML 2018-10-03 22:58:20 +02:00
phpunit.xml remove phpunit config key deprecated since version 3.5 2019-02-09 00:37:11 +01:00