public function DecoderTest::testUint16 in Smart IP 7.2
Same name and namespace in other branches
- 6.2 includes/vendor/maxmind-db/reader/tests/MaxMind/Db/Test/Reader/DecoderTest.php \MaxMind\Db\Test\Reader\DecoderTest::testUint16()
File
- includes/
vendor/ maxmind-db/ reader/ tests/ MaxMind/ Db/ Test/ Reader/ DecoderTest.php, line 309
Class
Namespace
MaxMind\Db\Test\ReaderCode
public function testUint16() {
$this
->validateTypeDecoding('uint16', $this->uint16);
}