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

getProcessor() protected method

Returns the processor under test.
protected getProcessor ( ) : ImageProcessor
return eZ\Publish\Core\REST\Common\FieldTypeProcessor\ImageProcessor
    protected function getProcessor()
    {
        return new ImageProcessor($this->getTempDir(), $this->getRouterMock(), $this->getVariations());
    }