ProtobufTest\Binary\Platform\InvalidNegativeEncoderTest::testEncodeEncodeSFixed64Exception PHP Method

testEncodeEncodeSFixed64Exception() public method

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