We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a828140 commit e714388Copy full SHA for e714388
1 file changed
tests/MaxMind/Db/Test/ReaderTest.php
@@ -252,7 +252,6 @@ public function testV6AddressV4Database(): void
252
{
253
$this->expectException(\InvalidArgumentException::class);
254
$this->expectExceptionMessage('Error looking up 2001::. You attempted to look up an IPv6 address in an IPv4-only database');
255
- // @phpstan-ignore-next-line
256
if (\defined('MaxMind\\Db\\Reader::MMDB_LIB_VERSION') && version_compare(Reader::MMDB_LIB_VERSION, '1.2.0', '<')) {
257
$this->markTestSkipped('MMDB_LIB_VERSION < 1.2.0');
258
}
0 commit comments