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

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

공개 메소드들

메소드 설명
provideValues ( )
setUp ( )
testIsALexer ( )
testIsNotClonable ( )
testReturnsMatchingToken ( string $value, array $expected )
testThrowsAnExceptionIfNoMatchingPatternFound ( )
testThrowsAnExceptionWhenAnInvalidValueIsGiven ( )
testUsesTheRegexCachedGroupForTheTokenValue ( )

메소드 상세

provideValues() 공개 메소드

public provideValues ( )

setUp() 공개 메소드

public setUp ( )

testIsALexer() 공개 메소드

public testIsALexer ( )

testIsNotClonable() 공개 메소드

public testIsNotClonable ( )

testReturnsMatchingToken() 공개 메소드

public testReturnsMatchingToken ( string $value, array $expected )
$value string
$expected array

testThrowsAnExceptionIfNoMatchingPatternFound() 공개 메소드

testThrowsAnExceptionWhenAnInvalidValueIsGiven() 공개 메소드

testUsesTheRegexCachedGroupForTheTokenValue() 공개 메소드