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

internalGetParser() protected method

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