X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/20a4cab57e461aadac9213c24c8f767e2c3b0589..57b35654e7c16419993d735079c926b521bf1fbb:/test/php/Nominatim/NearPointTest.php diff --git a/test/php/Nominatim/NearPointTest.php b/test/php/Nominatim/NearPointTest.php index eb11ee5b..6fa9b515 100644 --- a/test/php/Nominatim/NearPointTest.php +++ b/test/php/Nominatim/NearPointTest.php @@ -6,6 +6,8 @@ require '../../lib/NearPoint.php'; class NearPointTest extends \PHPUnit_Framework_TestCase { + + protected function setUp() { }