fix style

This commit is contained in:
Sarah Hoffmann
2020-05-18 22:20:36 +02:00
parent 57510f517a
commit cadbdaff18
2 changed files with 10 additions and 11 deletions

View File

@@ -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',