eZ\Publish\Core\REST\Common\Tests\FieldTypeProcessor\RichTextProcessorTest::getProcessor PHP Method

getProcessor() protected method

protected getProcessor ( ) : RichTextProcessor
return eZ\Publish\Core\REST\Common\FieldTypeProcessor\RichTextProcessor
    protected function getProcessor()
    {
        $this->converter = $this->getMock('eZ\\Publish\\Core\\FieldType\\RichText\\Converter');
        return new RichTextProcessor($this->converter);
    }