]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/php/Nominatim/ParameterParserTest.php
use namespaces for PHPUnit classes
[nominatim.git] / test / php / Nominatim / ParameterParserTest.php
index 0cbc60c545c5494b74d05493073ecbdc1b8d5008..0e88d318bb0fcc0858dfeba85bd2597f86226cc1 100644 (file)
@@ -12,7 +12,7 @@ function userError($sError)
     throw new Exception($sError);
 }
 
-class ParameterParserTest extends \PHPUnit_Framework_TestCase
+class ParameterParserTest extends \PHPUnit\Framework\TestCase
 {