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

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

Public Methods

Method Description
testArgumentsQuotesAreRemoved ( )
testCanHandleASingleArgument ( )
testCanHandleNoArguments ( )
testCanParseArgumentsForCurrentValue ( )
testCanParseFunctionsTokens ( )
testDoesNotParseArgumentsIfFunctionIsIdentity ( )
testEachArgumentIsTrimedToNotFalsifyTheParsing ( )
testIfFunctionHasArgumentsThenEachArgumentWillBeParsed ( )
testIsAChainableTokenParser ( )
testIsNotClonable ( )
testReturnsFunctionValue ( )
testThrowsAnExceptionIfCouldNotParseToken ( )
testThrowsAnExceptionIfNoDecoratedParserIsFound ( )

Method Details

testArgumentsQuotesAreRemoved() public method

testCanHandleASingleArgument() public method

testCanHandleNoArguments() public method

testCanParseArgumentsForCurrentValue() public method

testCanParseFunctionsTokens() public method

testDoesNotParseArgumentsIfFunctionIsIdentity() public method

testEachArgumentIsTrimedToNotFalsifyTheParsing() public method

testIfFunctionHasArgumentsThenEachArgumentWillBeParsed() public method

testIsAChainableTokenParser() public method

testIsNotClonable() public method

public testIsNotClonable ( )

testReturnsFunctionValue() public method

testThrowsAnExceptionIfCouldNotParseToken() public method

testThrowsAnExceptionIfNoDecoratedParserIsFound() public method