createMemoryParser(hex2bin(self::TEST_HASH_DATA)); $hash = Hash::parse($parser); $this->assertEquals(8208, $hash->getName1()); $this->assertEquals(1048576, $hash->getName2()); $this->assertEquals(0, $hash->getLocale()); $this->assertEquals(16, $hash->getPlatform()); $this->assertEquals(44510, $hash->getBlockIndex()); } }