PHP Class eZ\Publish\Core\REST\Common\Tests\FieldTypeProcessorRegistryTest

Inheritance: extends eZ\Publish\Core\REST\Server\Tests\BaseTest
Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
testGetProcessor ( )
testGetProcessorNotFoundException ( )
testHasProcessorFailure ( )
testRegisterMultipleProcessors ( )
testRegisterProcessor ( )
testRegisterProcessorsOverwrite ( )

Protected Methods

Method Description
getAProcessorMock ( ) : FieldTypeProcessor Get FieldTypeProcessor mock object.

Method Details

getAProcessorMock() protected method

Get FieldTypeProcessor mock object.
protected getAProcessorMock ( ) : FieldTypeProcessor
return eZ\Publish\Core\REST\Common\FieldTypeProcessor

testGetProcessor() public method

public testGetProcessor ( )

testGetProcessorNotFoundException() public method

testHasProcessorFailure() public method

testRegisterMultipleProcessors() public method

testRegisterProcessor() public method

testRegisterProcessorsOverwrite() public method