eZ\Publish\Core\REST\Server\Tests\Input\Parser\ObjectStateUpdateTest::internalGetParser PHP Method

internalGetParser() protected method

Returns the ObjectStateUpdate parser.
protected internalGetParser ( ) : ObjectStateUpdate
return eZ\Publish\Core\REST\Server\Input\Parser\ObjectStateUpdate
    protected function internalGetParser()
    {
        return new ObjectStateUpdate($this->getObjectStateServiceMock(), $this->getParserTools());
    }