X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/3087ac1145f148adcfbb4abeb31bcc62d062b1bd..043f9d8298d911c2bc9839a4a4f7ebb22e893783:/test/php/Nominatim/ParameterParserTest.php diff --git a/test/php/Nominatim/ParameterParserTest.php b/test/php/Nominatim/ParameterParserTest.php index 0cbc60c5..0e88d318 100644 --- a/test/php/Nominatim/ParameterParserTest.php +++ b/test/php/Nominatim/ParameterParserTest.php @@ -12,7 +12,7 @@ function userError($sError) throw new Exception($sError); } -class ParameterParserTest extends \PHPUnit_Framework_TestCase +class ParameterParserTest extends \PHPUnit\Framework\TestCase {