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

internalGetParser() protected method

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