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

internalGetParser() protected method

Returns the UserGroupUpdate parser.
protected internalGetParser ( ) : UserGroupUpdate
return eZ\Publish\Core\REST\Server\Input\Parser\UserGroupUpdate
    protected function internalGetParser()
    {
        return new UserGroupUpdate($this->getUserServiceMock(), $this->getContentServiceMock(), $this->getLocationServiceMock(), $this->getFieldTypeParserMock());
    }