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

getProcessor() protected method

Returns the processor under test.
protected getProcessor ( ) : BinaryProcessor
return eZ\Publish\Core\REST\Common\FieldTypeProcessor\BinaryProcessor
    protected function getProcessor()
    {
        return new BinaryProcessor($this->getTempDir(), 'http://static.example.com');
    }