PHP Class Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\StringMergerParserTest

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

Public Methods

Method Description
provideOneElementValues ( )
testIfNotFunctionFixtureReferenceIsFoundThenTheResultWillRemainUnchanged ( )
testIfTheValueReturnedIsAListValueThenIteratesOverEachValuesToMergeStrings ( )
testIfThereIsOnlyOneElementThenReturnTheElementInsteadOfAValueList ( $parsedValue, $expected )
testIsAParser ( )
testIsInstantiatedWithAParser ( )
testIsNotClonable ( )
testUsesTheDecoratedParserToParseTheGivenValueAndReturnsItsResultIfResultIsNotAListValue ( )

Method Details

provideOneElementValues() public method

testIfNotFunctionFixtureReferenceIsFoundThenTheResultWillRemainUnchanged() public method

testIfTheValueReturnedIsAListValueThenIteratesOverEachValuesToMergeStrings() public method

testIfThereIsOnlyOneElementThenReturnTheElementInsteadOfAValueList() public method

testIsAParser() public method

public testIsAParser ( )

testIsInstantiatedWithAParser() public method

testIsNotClonable() public method

public testIsNotClonable ( )

testUsesTheDecoratedParserToParseTheGivenValueAndReturnsItsResultIfResultIsNotAListValue() public method