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

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: nelmio/alice

Méthodes publiques

Méthode Description
testCanParseMethodTokens ( )
testIsAChainableTokenParser ( )
testIsNotClonable ( )
testReturnsAFixtureMethodCallValueIfCanParseToken ( )
testThrowsAnExceptionIfCouldNotParseToken ( )
testThrowsAnExceptionIfNoDecoratedParserIsFound ( )
testThrowsAnExceptionIfParsingFunctionCallGivesAnUnexpectedResult ( )
testThrowsAnExceptionIfParsingReferenceGivesAnUnexpectedResult ( )

Method Details

testCanParseMethodTokens() public méthode

testIsAChainableTokenParser() public méthode

testIsNotClonable() public méthode

public testIsNotClonable ( )

testReturnsAFixtureMethodCallValueIfCanParseToken() public méthode

testThrowsAnExceptionIfCouldNotParseToken() public méthode

testThrowsAnExceptionIfNoDecoratedParserIsFound() public méthode

testThrowsAnExceptionIfParsingFunctionCallGivesAnUnexpectedResult() public méthode

testThrowsAnExceptionIfParsingReferenceGivesAnUnexpectedResult() public méthode