PHP Class Nelmio\Alice\Generator\Resolver\Value\Chainable\EvaluatedValueResolverTest

Inheritance: extends PHPUnit_Framework_TestCase
显示文件 Open project: nelmio/alice

Public Methods

Method Description
testCanResolveFixtureReferenceValues ( )
testEvaluateTheGivenExpression ( )
testIsAChainableResolver ( )
testIsNotClonable ( )
testTheEvaluatedExpressionCanContainScopeFunctions ( )
testThrowsAnExceptionIfAnErrorOccurredDuringEvaluation ( )
testThrowsAnExceptionIfInvalidExpression ( )
testVariablesInference ( )
testVariablesInferenceWithCurrent ( )

Method Details

testCanResolveFixtureReferenceValues() public method

testEvaluateTheGivenExpression() public method

testIsAChainableResolver() public method

testIsNotClonable() public method

public testIsNotClonable ( )

testTheEvaluatedExpressionCanContainScopeFunctions() public method

testThrowsAnExceptionIfAnErrorOccurredDuringEvaluation() public method

testThrowsAnExceptionIfInvalidExpression() public method

testVariablesInference() public method

testVariablesInferenceWithCurrent() public method