X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/3ef4c4fbe7da4b8feb9566d3455badffec55e151..1e902ef60797be97f8b95cc716af01789e8be14c:/test/php/Nominatim/ParameterParserTest.php?ds=sidebyside diff --git a/test/php/Nominatim/ParameterParserTest.php b/test/php/Nominatim/ParameterParserTest.php index 105f9d34..4265cffb 100644 --- a/test/php/Nominatim/ParameterParserTest.php +++ b/test/php/Nominatim/ParameterParserTest.php @@ -128,7 +128,6 @@ class ParameterParserTest extends \PHPUnit_Framework_TestCase ]); $this->assertSame(false, $oParams->getSet('non-exists', ['foo', 'bar'])); - // FIXME: unclear if the default value has to be part of the set $this->assertSame('default', $oParams->getSet('non-exists', ['foo', 'bar'], 'default')); $this->assertSame('foo', $oParams->getSet('val1', ['foo', 'bar']));