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

internalGetParser() protected method

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