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

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: nelmio/alice

Méthodes publiques

Méthode Description
provideValues ( )
setUp ( )
testIsALexer ( )
testIsNotClonable ( )
testReturnsMatchingToken ( string $value, array $expected )
testThrowsAnExceptionIfNoMatchingPatternFound ( )
testThrowsAnExceptionWhenAnInvalidValueIsGiven ( )
testUsesTheRegexCachedGroupForTheTokenValue ( )

Method Details

provideValues() public méthode

public provideValues ( )

setUp() public méthode

public setUp ( )

testIsALexer() public méthode

public testIsALexer ( )

testIsNotClonable() public méthode

public testIsNotClonable ( )

testReturnsMatchingToken() public méthode

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

testThrowsAnExceptionIfNoMatchingPatternFound() public méthode

testThrowsAnExceptionWhenAnInvalidValueIsGiven() public méthode

testUsesTheRegexCachedGroupForTheTokenValue() public méthode