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

internalGetParser() protected method

Returns the section input parser.
protected internalGetParser ( ) : SectionInput
return eZ\Publish\Core\REST\Server\Input\Parser\SectionInput
    protected function internalGetParser()
    {
        return new SectionInput($this->getSectionServiceMock());
    }