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

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

Public Methods

Method Description
testCanBeInstantiatedWithAParser ( )
testCanBeInstantiatedWithoutAParser ( )
testDoNothingIfTriesToParseATokenAndDecoratedParserIsFound ( )
testIsAChainableTokenParser ( )
testIsNotClonable ( )
testThrowsAnExceptionIfNoDecoratedParserIsFound ( )
testWithersReturnNewAModifiedInstance ( )

Method Details

testCanBeInstantiatedWithAParser() public method

testCanBeInstantiatedWithoutAParser() public method

testDoNothingIfTriesToParseATokenAndDecoratedParserIsFound() public method

testIsAChainableTokenParser() public method

testIsNotClonable() public method

public testIsNotClonable ( )

testThrowsAnExceptionIfNoDecoratedParserIsFound() public method

testWithersReturnNewAModifiedInstance() public method