You are here

public function DecoderTest::testInt32 in Smart IP 7.2

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

File

includes/vendor/maxmind-db/reader/tests/MaxMind/Db/Test/Reader/DecoderTest.php, line 289

Class

DecoderTest

Namespace

MaxMind\Db\Test\Reader

Code

public function testInt32() {
  $this
    ->validateTypeDecoding('int32', $this->int32);
}