PHP Class Nelmio\Alice\Generator\Resolver\Parameter\Chainable\ArrayParameterResolverTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: nelmio/alice

Public Methods

Method Description
provideContexts ( )
testCanBeInstantiatedWithAResolver ( )
testCanBeInstantiatedWithoutAResolver ( )
testCanOnlyResolveArrayValues ( )
testIfResolutionResultsInMultipleParametersBeingResolvedThenTheyAreAllIncludedInTheResult ( )
testIsAChainableParameterResolver ( )
testIsAParameterResolverAwareResolver ( )
testIsNotClonable ( )
testIteratesOverEachElementAndUsesTheDecoratedResolverToResolveEachValue ( )
testRequiresInjectedResolverToResolverAParameter ( )
testTheContextPassedToTheInjectedResolverIsAlwaysValid ( ResolvingContext $context = null, ResolvingContext $expected )
testWithersReturnANewModifiedInstance ( )

Method Details

provideContexts() public method

public provideContexts ( )

testCanBeInstantiatedWithAResolver() public method

testCanBeInstantiatedWithoutAResolver() public method

testCanOnlyResolveArrayValues() public method

testIfResolutionResultsInMultipleParametersBeingResolvedThenTheyAreAllIncludedInTheResult() public method

testIsAChainableParameterResolver() public method

testIsAParameterResolverAwareResolver() public method

testIsNotClonable() public method

public testIsNotClonable ( )

testIteratesOverEachElementAndUsesTheDecoratedResolverToResolveEachValue() public method

testRequiresInjectedResolverToResolverAParameter() public method

testTheContextPassedToTheInjectedResolverIsAlwaysValid() public method

public testTheContextPassedToTheInjectedResolverIsAlwaysValid ( ResolvingContext $context = null, ResolvingContext $expected )
$context Nelmio\Alice\Generator\Resolver\ResolvingContext
$expected Nelmio\Alice\Generator\Resolver\ResolvingContext

testWithersReturnANewModifiedInstance() public method