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

Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Méthodes publiques

Méthode Description
tearDown ( )
testPreProcessValueHash ( )
testPreProcessValueHashMissingKey ( )

Méthodes protégées

Méthode 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 méthode

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

getTempDir() protected méthode

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

tearDown() public méthode

public tearDown ( )

testPreProcessValueHash() public méthode

testPreProcessValueHashMissingKey() public méthode