Ejemplo n.º 1
0
 public function testMetadata()
 {
     $reader = new Reader('maxmind-db/test-data/GeoIP2-City-Test.mmdb');
     $this->assertEquals('GeoIP2-City', $reader->metadata()->databaseType);
     $reader->close();
 }