ProtobufTest\Binary\StreamReaderTest::testReadUnknownWireFormatGroupException PHP Метод

testReadUnknownWireFormatGroupException() публичный Метод

    public function testReadUnknownWireFormatGroupException()
    {
        $stream = Stream::create($this->getProtoContent('simple.bin'));
        $reader = new StreamReader($this->config);
        $reader->readUnknown($stream, WireFormat::WIRE_GROUP_START);
    }