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

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: nelmio/alice

Public Methods

Method Description
testCanParseDynamicArrayTokens ( )
testIsAChainableTokenParser ( )
testIsNotClonable ( )
testParsedDynamicArrayQuantifierCanBeAValue ( )
testReturnsADynamicArrayIfCanParseToken ( )
testThrowsAnExceptionIfCouldNotParseToken ( )
testThrowsAnExceptionIfNoDecoratedParserIsFound ( )

Method Details

testCanParseDynamicArrayTokens() public method

testIsAChainableTokenParser() public method

testIsNotClonable() public method

public testIsNotClonable ( )

testParsedDynamicArrayQuantifierCanBeAValue() public method

testReturnsADynamicArrayIfCanParseToken() public method

testThrowsAnExceptionIfCouldNotParseToken() public method

testThrowsAnExceptionIfNoDecoratedParserIsFound() public method