PHP Class eZ\Publish\Core\Persistence\Tests\TransformationProcessor\TransformationProcessorPcreCompilerTest

Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
testCompileMap ( )
testCompileMapAscii ( )
testCompileMapKeep ( )
testCompileMapRemove ( )
testCompileMapUnicode ( )
testCompileModuloTranspose ( )
testCompileReplace ( )
testCompileTranspose ( )
testCompileTransposeAsciiLowercase ( )
testCompileTransposePlus ( )

Protected Methods

Method Description
applyTransformations ( array $transformations, string $string ) : string Applies the transformations.

Method Details

applyTransformations() protected method

Applies the transformations.
protected applyTransformations ( array $transformations, string $string ) : string
$transformations array
$string string
return string

testCompileMap() public method

public testCompileMap ( )

testCompileMapAscii() public method

public testCompileMapAscii ( )

testCompileMapKeep() public method

public testCompileMapKeep ( )

testCompileMapRemove() public method

testCompileMapUnicode() public method

testCompileModuloTranspose() public method

testCompileReplace() public method

public testCompileReplace ( )

testCompileTranspose() public method

testCompileTransposeAsciiLowercase() public method

testCompileTransposePlus() public method