PHP Class eZ\Publish\Core\REST\Common\Tests\FieldTypeProcessor\BinaryInputProcessorTest

Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
tearDown ( )
testPreProcessValueHash ( )
testPreProcessValueHashMissingKey ( )

Protected Methods

Method Description
getProcessor ( ) : BinaryInputProcessor Returns the processor under test.
getTempDir ( ) : string Returns a temp directory path and creates it, if necessary.

Method Details

getProcessor() abstract protected method

Returns the processor under test.
abstract protected getProcessor ( ) : BinaryInputProcessor
return eZ\Publish\Core\REST\Common\FieldTypeProcessor\BinaryInputProcessor

getTempDir() protected method

Returns a temp directory path and creates it, if necessary.
protected getTempDir ( ) : string
return string The directory path

tearDown() public method

public tearDown ( )

testPreProcessValueHash() public method

testPreProcessValueHashMissingKey() public method