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

internalGetParser() protected method

Returns the content type group input parser.
protected internalGetParser ( ) : ContentTypeGroupInput
return eZ\Publish\Core\REST\Server\Input\Parser\ContentTypeGroupInput
    protected function internalGetParser()
    {
        return new ContentTypeGroupInput($this->getContentTypeServiceMock(), $this->getParserTools());
    }