README.md 602 B

GeoIP test fixtures

These two .mmdb files are vendored from maxmind/MaxMind-DB, licensed under Apache-2.0:

  • country.mmdb — copy of GeoIP2-Country-Test.mmdb
  • asn.mmdb — copy of GeoLite2-ASN-Test.mmdb

They cover a small set of well-known IPs (notably 81.2.69.142 → GB and a handful of IPv6 addresses). The schema matches MaxMind's, so the test suite uses MaxMindRecordAdapter against them. The provider-specific download/verify paths (DB-IP, IPinfo) are exercised with stubbed Guzzle clients — no network in CI.