eZ\Publish\Core\REST\Common\Tests\FieldTypeProcessor\ImageProcessorTest::getProcessor PHP Метод

getProcessor() защищенный Метод

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