PHP 클래스 Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\ReferenceEscaperLexerTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: nelmio/alice

공개 메소드들

메소드 설명
provideValues ( )
testEscapesStringBeforeHandlingItOverToTheDecoratedLexer ( string $value, string $expectedEscapedValue = null )
testIsALexer ( )
testIsNotClonable ( )

메소드 상세

provideValues() 공개 메소드

public provideValues ( )

testEscapesStringBeforeHandlingItOverToTheDecoratedLexer() 공개 메소드

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

testIsALexer() 공개 메소드

public testIsALexer ( )

testIsNotClonable() 공개 메소드

public testIsNotClonable ( )