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

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

Public Methods

Method Description
testCanParseMethodTokens ( )
testIsAChainableTokenParser ( )
testIsNotClonable ( )
testReturnsAnOptionalValueIfCanParseToken ( )
testThrowsAnExceptionIfCouldNotParseToken ( )
testThrowsAnExceptionIfNoDecoratedParserIsFound ( )

Method Details

testCanParseMethodTokens() public method

testIsAChainableTokenParser() public method

testIsNotClonable() public method

public testIsNotClonable ( )

testReturnsAnOptionalValueIfCanParseToken() public method

testThrowsAnExceptionIfCouldNotParseToken() public method

testThrowsAnExceptionIfNoDecoratedParserIsFound() public method