PHP Class Nelmio\Alice\Generator\Resolver\Parameter\StringParameterResolverTest

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

Public Methods

Method Description
testCanBeInstantiatedWithAResolver ( )
testCanBeInstantiatedWithoutAResolver ( )
testCanOnlyResolveStringValues ( )
testCanResolveStaticStringsWithoutDecoratedResolver ( )
testChecksIfParameterIsReferencedBeforeTryingToResolveIt ( )
testInjectedResolverToResolveDynamicParameter ( )
testIsAChainableParameterResolver ( )
testIsAParameterResolverAwareResolver ( )
testIsNotClonable ( )
testReuseContextIfOneIsFoundWhenResolvingDynamicParameter ( )
testThrowsAnExceptionIfNoResolverInjectedWhenRequired ( )
testWhenResolvingDynamicStringLookForResolvedParametersFirst ( )
testWithersReturnNewModifiedInstance ( )

Method Details

testCanBeInstantiatedWithAResolver() public method

testCanBeInstantiatedWithoutAResolver() public method

testCanOnlyResolveStringValues() public method

testCanResolveStaticStringsWithoutDecoratedResolver() public method

testChecksIfParameterIsReferencedBeforeTryingToResolveIt() public method

testInjectedResolverToResolveDynamicParameter() public method

testIsAChainableParameterResolver() public method

testIsAParameterResolverAwareResolver() public method

testIsNotClonable() public method

public testIsNotClonable ( )

testReuseContextIfOneIsFoundWhenResolvingDynamicParameter() public method

testThrowsAnExceptionIfNoResolverInjectedWhenRequired() public method

testWhenResolvingDynamicStringLookForResolvedParametersFirst() public method

testWithersReturnNewModifiedInstance() public method