PHP Класс eZ\Publish\Core\FieldType\Tests\RichTextTest

Наследование: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
provideDataForGetName ( )
providerForTestAcceptValueInvalidFormat ( )
providerForTestAcceptValueValidFormat ( )
providerForTestGetName ( )
providerForTestValidate ( )
testAcceptValueInvalidFormat ( $input, Exception $expectedException )
testAcceptValueInvalidType ( )
testAcceptValueValidFormat ( $input )
testGetName ( $xmlString, $expectedName )
testGetRelations ( )
testSettingsSchema ( )
testToPersistenceValue ( )
testValidate ( string $xmlString, array $expectedValidationErrors )
testValidatorConfigurationSchema ( )

Защищенные методы

Метод Описание
getAbsolutePath ( string $relativePath ) : string
getFieldType ( ) : Type
getInstallationDir ( ) : string
getTransformationProcessorMock ( ) : PHPUnit_Framework_MockObject_MockObject
provideFieldTypeIdentifier ( )

Описание методов

getAbsolutePath() защищенный Метод

protected getAbsolutePath ( string $relativePath ) : string
$relativePath string
Результат string

getFieldType() защищенный Метод

protected getFieldType ( ) : Type
Результат eZ\Publish\Core\FieldType\RichText\Type

getInstallationDir() защищенный статический Метод

protected static getInstallationDir ( ) : string
Результат string

getTransformationProcessorMock() защищенный Метод

protected getTransformationProcessorMock ( ) : PHPUnit_Framework_MockObject_MockObject
Результат PHPUnit_Framework_MockObject_MockObject

provideDataForGetName() публичный Метод

provideFieldTypeIdentifier() защищенный Метод

providerForTestAcceptValueInvalidFormat() публичный статический Метод

providerForTestAcceptValueValidFormat() публичный статический Метод

providerForTestGetName() публичный статический Метод

public static providerForTestGetName ( )

providerForTestValidate() публичный Метод

testAcceptValueInvalidFormat() публичный Метод

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

testAcceptValueInvalidType() публичный Метод

testAcceptValueValidFormat() публичный Метод

public testAcceptValueValidFormat ( $input )

testGetName() публичный Метод

public testGetName ( $xmlString, $expectedName )

testGetRelations() публичный Метод

public testGetRelations ( )

testSettingsSchema() публичный Метод

public testSettingsSchema ( )

testToPersistenceValue() публичный Метод

testValidate() публичный Метод

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

testValidatorConfigurationSchema() публичный Метод