ProtobufTest\EnumCollectionTest::testInvalidArgumentExceptionOffsetSetObject PHP Method

testInvalidArgumentExceptionOffsetSetObject() public method

    public function testInvalidArgumentExceptionOffsetSetObject()
    {
        $this->collection[] = new \stdClass();
    }