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

internalGetParser() protected method

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