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

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

Public Methods

Method Description
testCanParseDynamicArrayTokens ( )
testIsAChainableTokenParser ( )
testIsAbleToParseEmptyArrays ( )
testIsNotClonable ( )
testParsesEachArrayElementAndReturnsTheConstructedArray ( )
testThrowsAnErrorIfCouldNotParseToken ( )
testThrowsAnExceptionIfNoDecoratedParserIsFound ( )
testTrimsEachArgumentValueBeforePassingThemToTheDecoratedParser ( )

Method Details

testCanParseDynamicArrayTokens() public method

testIsAChainableTokenParser() public method

testIsAbleToParseEmptyArrays() public method

testIsNotClonable() public method

public testIsNotClonable ( )

testParsesEachArrayElementAndReturnsTheConstructedArray() public method

testThrowsAnErrorIfCouldNotParseToken() public method

testThrowsAnExceptionIfNoDecoratedParserIsFound() public method

testTrimsEachArgumentValueBeforePassingThemToTheDecoratedParser() public method