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

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

Public Methods

Method Description
testCanResolvePropertyReferenceValues ( )
testIsAChainableResolver ( )
testIsNotClonable ( )
testIsResolverAware ( )
testResolvesAllArgumentsValuesBeforePassingThemToTheDecoratedResolver ( )
testThrowsAnExceptionIfDoesNotHaveAnArgumentResolver ( )

Method Details

testCanResolvePropertyReferenceValues() public method

testIsAChainableResolver() public method

testIsNotClonable() public method

public testIsNotClonable ( )

testIsResolverAware() public method

public testIsResolverAware ( )

testResolvesAllArgumentsValuesBeforePassingThemToTheDecoratedResolver() public method

testThrowsAnExceptionIfDoesNotHaveAnArgumentResolver() public method