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

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

Public Methods

Method Description
provideParser ( )
testCanParseMethodReferenceTokens ( )
testIsAChainableTokenParser ( )
testIsNotClonable ( )
testReturnsFunctionValue ( )
testThrowsAnExceptionIfCouldNotParseToken ( )
testThrowsAnExceptionIfMethodReferenceIsMalformed ( )
testThrowsAnExceptionIfNoDecoratedParserIsFound ( )
testThrowsAnExceptionIfParsingReturnsAnUnexpectedResult ( Nelmio\Alice\FixtureBuilder\ExpressionLanguage\ParserInterface $decoratedParser )

Method Details

provideParser() public method

public provideParser ( )

testCanParseMethodReferenceTokens() public method

testIsAChainableTokenParser() public method

testIsNotClonable() public method

public testIsNotClonable ( )

testReturnsFunctionValue() public method

testThrowsAnExceptionIfCouldNotParseToken() public method

testThrowsAnExceptionIfMethodReferenceIsMalformed() public method

testThrowsAnExceptionIfNoDecoratedParserIsFound() public method

testThrowsAnExceptionIfParsingReturnsAnUnexpectedResult() public method

public testThrowsAnExceptionIfParsingReturnsAnUnexpectedResult ( Nelmio\Alice\FixtureBuilder\ExpressionLanguage\ParserInterface $decoratedParser )
$decoratedParser Nelmio\Alice\FixtureBuilder\ExpressionLanguage\ParserInterface