X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/e8982068b63bd3f8020597f9529e6f2e01a527e3..a5d35d6e84d5de5f6ae98d09a7863cf50a84f586:/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 {