PHP Class Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureListReferenceTokenParserTest

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

Public Methods

Method Description
provideTokens ( )
testCanParseListReferenceTokens ( Token $token, boolean $expected )
testIsAChainableTokenParser ( )
testIsNotClonable ( )
testReturnsListOfPossibleValues ( )
testThrowsAnExceptionIfAMalformedTokenIsGiven ( )
testThrowsAnExceptionIfInvalidTokenIsGiven ( )

Method Details

provideTokens() public method

public provideTokens ( )

testCanParseListReferenceTokens() public method

public testCanParseListReferenceTokens ( Token $token, boolean $expected )
$token Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Token
$expected boolean

testIsAChainableTokenParser() public method

testIsNotClonable() public method

public testIsNotClonable ( )

testReturnsListOfPossibleValues() public method

testThrowsAnExceptionIfAMalformedTokenIsGiven() public method

testThrowsAnExceptionIfInvalidTokenIsGiven() public method