8000 Update AbstractProviderTest · geocoder-php/Geocoder@7f25d71 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7f25d71

Browse files
committed
Update AbstractProviderTest
1 parent e1ea791 commit 7f25d71

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/Geocoder/Tests/Provider/AbstractProviderTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ public function testGetLocalhostDefaults()
2121

2222
$this->assertEquals(4, count($result));
2323
$this->assertEquals('localhost', $result['locality']);
24-
$this->assertEquals('localhost', $result['region']);
25-
$this->assertEquals('localhost', $result['county']);
2624
$this->assertEquals('localhost', $result['country']);
2725
}
2826
}

0 commit comments

Comments
 (0)
0