8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ea791 commit 7f25d71Copy full SHA for 7f25d71
tests/Geocoder/Tests/Provider/AbstractProviderTest.php
@@ -21,8 +21,6 @@ public function testGetLocalhostDefaults()
21
22
$this->assertEquals(4, count($result));
23
$this->assertEquals('localhost', $result['locality']);
24
- $this->assertEquals('localhost', $result['region']);
25
- $this->assertEquals('localhost', $result['county']);
26
$this->assertEquals('localhost', $result['country']);
27
}
28
0 commit comments