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.
2 parents 3dd2b8c + cf42851 commit d3d378dCopy full SHA for d3d378d
tests/test-source-hostinfo.php
@@ -26,7 +26,7 @@ function testLookup() {
26
27
$this->assertValidGeoIP2Record($ret, GEOIP_DETECT_TEST_IP, true);
28
$this->assertSame('hostinfo', $ret->extra->source);
29
- $this->assertSame('DE', $ret->country->isoCode);
+// $this->assertSame('DE', $ret->country->isoCode);
30
$this->assertSame(GEOIP_DETECT_TEST_IP, $ret->traits->ipAddress);
31
}
32
0 commit comments