eZ\Publish\Core\REST\Client\Tests\Input\Parser\ContentTypeTest::getParser PHP Method

getParser() protected method

Gets the section parser.
protected getParser ( ) : ContentType
return eZ\Publish\Core\REST\Client\Input\Parser\ContentType
    protected function getParser()
    {
        return new Input\Parser\ContentType(new ParserTools(), $this->getContentTypeServiceMock());
    }