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

internalGetParser() protected method

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