X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/d3f7465ccad9cce6c84f0b089282c5ece550c5ed..f3c557bf684a0079e4bc54b622cc5d766f3a6b56:/test/php/Nominatim/ClassTypesTest.php diff --git a/test/php/Nominatim/ClassTypesTest.php b/test/php/Nominatim/ClassTypesTest.php index 324acdde..d2900d82 100644 --- a/test/php/Nominatim/ClassTypesTest.php +++ b/test/php/Nominatim/ClassTypesTest.php @@ -1,8 +1,16 @@ assertEquals('Administrative', ClassTypes\getBoundaryLabel(18, null)); $this->assertEquals('None', ClassTypes\getBoundaryLabel(18, null, 'None')); $this->assertEquals('State', ClassTypes\getBoundaryLabel(4, 'de', 'None')); + $this->assertEquals('County', ClassTypes\getBoundaryLabel(4, 'se', 'None')); + $this->assertEquals('Municipality', ClassTypes\getBoundaryLabel(7, 'se', 'None')); } public function testGetDefRadius()