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

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

Public Methods

Method Description
testCanParseDynamicArrayTokens ( )
testIsAChainableTokenParser ( )
testIsNotClonable ( )
testReturnsAPropertyReferenceIfCanParseToken ( )
testThrowsAnExceptionIfCouldNotParseToken ( )
testThrowsAnExceptionIfNoDecoratedParserIsFound ( )
testThrowsAnExceptionIfParsingReferenceReturnsUnexpectedResult ( )

Method Details

testCanParseDynamicArrayTokens() public method

testIsAChainableTokenParser() public method

testIsNotClonable() public method

public testIsNotClonable ( )

testReturnsAPropertyReferenceIfCanParseToken() public method

testThrowsAnExceptionIfCouldNotParseToken() public method

testThrowsAnExceptionIfNoDecoratedParserIsFound() public method

testThrowsAnExceptionIfParsingReferenceReturnsUnexpectedResult() public method