PHP Class eZ\Publish\Core\FieldType\Tests\RichTextTest

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

Méthodes publiques

Méthode Description
provideDataForGetName ( )
providerForTestAcceptValueInvalidFormat ( )
providerForTestAcceptValueValidFormat ( )
providerForTestGetName ( )
providerForTestValidate ( )
testAcceptValueInvalidFormat ( $input, Exception $expectedException )
testAcceptValueInvalidType ( )
testAcceptValueValidFormat ( $input )
testGetName ( $xmlString, $expectedName )
testGetRelations ( )
testSettingsSchema ( )
testToPersistenceValue ( )
testValidate ( string $xmlString, array $expectedValidationErrors )
testValidatorConfigurationSchema ( )

Méthodes protégées

Méthode Description
getAbsolutePath ( string $relativePath ) : string
getFieldType ( ) : Type
getInstallationDir ( ) : string
getTransformationProcessorMock ( ) : PHPUnit_Framework_MockObject_MockObject
provideFieldTypeIdentifier ( )

Method Details

getAbsolutePath() protected méthode

protected getAbsolutePath ( string $relativePath ) : string
$relativePath string
Résultat string

getFieldType() protected méthode

protected getFieldType ( ) : Type
Résultat eZ\Publish\Core\FieldType\RichText\Type

getInstallationDir() protected static méthode

protected static getInstallationDir ( ) : string
Résultat string

getTransformationProcessorMock() protected méthode

protected getTransformationProcessorMock ( ) : PHPUnit_Framework_MockObject_MockObject
Résultat PHPUnit_Framework_MockObject_MockObject

provideDataForGetName() public méthode

provideFieldTypeIdentifier() protected méthode

providerForTestAcceptValueInvalidFormat() public static méthode

providerForTestAcceptValueValidFormat() public static méthode

providerForTestGetName() public static méthode

public static providerForTestGetName ( )

providerForTestValidate() public méthode

testAcceptValueInvalidFormat() public méthode

public testAcceptValueInvalidFormat ( $input, Exception $expectedException )
$expectedException Exception

testAcceptValueInvalidType() public méthode

testAcceptValueValidFormat() public méthode

public testAcceptValueValidFormat ( $input )

testGetName() public méthode

public testGetName ( $xmlString, $expectedName )

testGetRelations() public méthode

public testGetRelations ( )

testSettingsSchema() public méthode

public testSettingsSchema ( )

testToPersistenceValue() public méthode

testValidate() public méthode

public testValidate ( string $xmlString, array $expectedValidationErrors )
$xmlString string
$expectedValidationErrors array

testValidatorConfigurationSchema() public méthode