mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-17 00:14:06 +00:00
fix style
This commit is contained in:
@@ -19,8 +19,7 @@ class ClassTypesTest extends \PHPUnit\Framework\TestCase
|
||||
$aPlace = array('class' => 'boundary', 'type' => 'administrative');
|
||||
$this->assertEquals('administrative', ClassTypes\getLabelTag($aPlace));
|
||||
|
||||
$aPlace = array('class' => 'place', 'type' => 'hamlet',
|
||||
'rank_address' => '20');
|
||||
$aPlace = array('class' => 'place', 'type' => 'hamlet', 'rank_address' => '20');
|
||||
$this->assertEquals('hamlet', ClassTypes\getLabelTag($aPlace));
|
||||
|
||||
$aPlace = array('class' => 'highway', 'type' => 'residential',
|
||||
|
||||
Reference in New Issue
Block a user