PHP Class eZ\Publish\Core\Persistence\Tests\FieldTypeRegistryTest

Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
testConstructor ( )
testGetFieldTypeCallable ( )
testGetFieldTypeInstance ( )
testGetNotCallableOrInstance ( )
testGetNotFound ( )
testGetNotFoundBCException ( )
testRegister ( )

Protected Methods

Method Description
getFieldTypeMock ( ) : eZ\Publish\SPI\Persistence\FieldType Returns a mock for persistence field type.

Method Details

getFieldTypeMock() protected method

Returns a mock for persistence field type.
protected getFieldTypeMock ( ) : eZ\Publish\SPI\Persistence\FieldType
return eZ\Publish\SPI\Persistence\FieldType

testConstructor() public method

public testConstructor ( )

testGetFieldTypeCallable() public method

testGetFieldTypeInstance() public method

testGetNotCallableOrInstance() public method

testGetNotFound() public method

Since: 5.3.2
public testGetNotFound ( )

testGetNotFoundBCException() public method

testRegister() public method

public testRegister ( )