You are here

public function ReaderTest::testMetadataAgs in Smart IP 7.2

Same name and namespace in other branches
  1. 6.2 includes/vendor/maxmind-db/reader/tests/MaxMind/Db/Test/ReaderTest.php \MaxMind\Db\Test\Reader\ReaderTest::testMetadataAgs()

@expectedException InvalidArgumentException @expectedExceptionMessage Method takes no arguments.

File

includes/vendor/maxmind-db/reader/tests/MaxMind/Db/Test/ReaderTest.php, line 233

Class

ReaderTest

Namespace

MaxMind\Db\Test\Reader

Code

public function testMetadataAgs() {
  $reader = new Reader('tests/data/test-data/MaxMind-DB-test-decoder.mmdb');
  $reader
    ->metadata('blah');
}