mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-13 06:14:07 +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');
|
$aPlace = array('class' => 'boundary', 'type' => 'administrative');
|
||||||
$this->assertEquals('administrative', ClassTypes\getLabelTag($aPlace));
|
$this->assertEquals('administrative', ClassTypes\getLabelTag($aPlace));
|
||||||
|
|
||||||
$aPlace = array('class' => 'place', 'type' => 'hamlet',
|
$aPlace = array('class' => 'place', 'type' => 'hamlet', 'rank_address' => '20');
|
||||||
'rank_address' => '20');
|
|
||||||
$this->assertEquals('hamlet', ClassTypes\getLabelTag($aPlace));
|
$this->assertEquals('hamlet', ClassTypes\getLabelTag($aPlace));
|
||||||
|
|
||||||
$aPlace = array('class' => 'highway', 'type' => 'residential',
|
$aPlace = array('class' => 'highway', 'type' => 'residential',
|
||||||
|
|||||||
Reference in New Issue
Block a user