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

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

Public Methods

Method Description
provideOneElementValues ( )
testIfNotFunctionFixtureReferenceIsFoundThenTheResultWillRemainUnchanged ( )
testIfTheValueReturnedIsAListValueThenIteratesOverEachValuesToHandleFunctionFixtureReferences ( )
testIfThereIsOnlyOneElementThenReturnTheElementInsteadOfAValueList ( $value, $expected )
testIsAParser ( )
testIsInstantiatedWithAParser ( )
testIsNotClonable ( )
testUsesTheDecoratedParserToParseTheGivenValueAndReturnsItsResultIfResultIsNotAListValue ( )

Method Details

provideOneElementValues() public method

testIfNotFunctionFixtureReferenceIsFoundThenTheResultWillRemainUnchanged() public method

testIfTheValueReturnedIsAListValueThenIteratesOverEachValuesToHandleFunctionFixtureReferences() public method

testIfThereIsOnlyOneElementThenReturnTheElementInsteadOfAValueList() public method

testIsAParser() public method

public testIsAParser ( )

testIsInstantiatedWithAParser() public method

testIsNotClonable() public method

public testIsNotClonable ( )

testUsesTheDecoratedParserToParseTheGivenValueAndReturnsItsResultIfResultIsNotAListValue() public method