PHP Класс eZ\Publish\Core\Persistence\Tests\TransformationProcessor\TransformationProcessorPcreCompilerTest

Наследование: extends eZ\Publish\Core\Persistence\Legacy\Tests\TestCase
Показать файл Открыть проект

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

Метод Описание
testCompileMap ( )
testCompileMapAscii ( )
testCompileMapKeep ( )
testCompileMapRemove ( )
testCompileMapUnicode ( )
testCompileModuloTranspose ( )
testCompileReplace ( )
testCompileTranspose ( )
testCompileTransposeAsciiLowercase ( )
testCompileTransposePlus ( )

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

Метод Описание
applyTransformations ( array $transformations, string $string ) : string Applies the transformations.

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

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

Applies the transformations.
protected applyTransformations ( array $transformations, string $string ) : string
$transformations array
$string string
Результат string

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

public testCompileMap ( )

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

public testCompileMapAscii ( )

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

public testCompileMapKeep ( )

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

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

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

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

public testCompileReplace ( )

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

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

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