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());
    }