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

internalGetParser() protected method

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