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

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: nelmio/alice Class Usage Examples

Protected Properties

Property Type Description
$lexer Nelmio\Alice\FixtureBuilder\ExpressionLanguage\LexerInterface

Public Methods

Method Description
provideValues ( )
setUp ( )
testTestCanLexValues ( string $value, $expected )

Method Details

provideValues() public method

public provideValues ( )

setUp() public method

public setUp ( )

testTestCanLexValues() public method

public testTestCanLexValues ( string $value, $expected )
$value string

Property Details

$lexer protected_oe property

protected LexerInterface,Nelmio\Alice\FixtureBuilder\ExpressionLanguage $lexer
return Nelmio\Alice\FixtureBuilder\ExpressionLanguage\LexerInterface