PHP Class Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\ReferenceEscaperLexerTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: nelmio/alice

Public Methods

Method Description
provideValues ( )
testEscapesStringBeforeHandlingItOverToTheDecoratedLexer ( string $value, string $expectedEscapedValue = null )
testIsALexer ( )
testIsNotClonable ( )

Method Details

provideValues() public method

public provideValues ( )

testEscapesStringBeforeHandlingItOverToTheDecoratedLexer() public method

public testEscapesStringBeforeHandlingItOverToTheDecoratedLexer ( string $value, string $expectedEscapedValue = null )
$value string
$expectedEscapedValue string

testIsALexer() public method

public testIsALexer ( )

testIsNotClonable() public method

public testIsNotClonable ( )