ProtobufTest\Binary\Platform\InvalidNegativeEncoderTest::testEncodeEncodeSFixed64Exception PHP Метод

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

    public function testEncodeEncodeSFixed64Exception()
    {
        $encoder = new InvalidNegativeEncoder();
        $encoder->encodeSFixed64(-1);
    }