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 4bb248f commit 6176575Copy full SHA for 6176575
tests/MaxMind/Db/Test/ReaderTest.php
@@ -131,6 +131,14 @@ public function testMax(): void
131
$this->assertSame('340282366920938463463374607431768211455', $uint128);
132
}
133
134
+ public function testMetadataPointers(): void
135
+ {
136
+ $reader = new Reader(
137
+ 'tests/data/test-data/MaxMind-DB-test-metadata-pointers.mmdb'
138
+ );
139
+ $this->assertSame('Lots of pointers in metadata', $reader->metadata()->databaseType);
140
+ }
141
+
142
public function testNoIpV4SearchTree(): void
143
{
144
$reader = new Reader(
0 commit comments