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

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

Public Methods

Method Description
testCanResolveTheValueResolvableByItsDecoratedResolver ( )
testCanResolveValuesOfItsDecoratedResolver ( )
testIsAChainableResolver ( )
testIsNotClonable ( )
testIsObjectGeneratorAware ( )
testIsValueResolverAware ( )
testPassesTheObjectGeneratorAwarenessPropertyToItsDecoratedResolver ( )
testPassesTheValeResolverAwarenessPropertyToItsDecoratedResolver ( )
testReturnsResultOfTheDecoratedResolverIfReferenceDoesNotMatchSelf ( )
testReturnsTheFixtureBeingResolvedAsTheResolvedValueIfTheReferenceMatchesSelf ( )

Method Details

testCanResolveTheValueResolvableByItsDecoratedResolver() public method

testCanResolveValuesOfItsDecoratedResolver() public method

testIsAChainableResolver() public method

testIsNotClonable() public method

public testIsNotClonable ( )

testIsObjectGeneratorAware() public method

testIsValueResolverAware() public method

testPassesTheObjectGeneratorAwarenessPropertyToItsDecoratedResolver() public method

testPassesTheValeResolverAwarenessPropertyToItsDecoratedResolver() public method

testReturnsResultOfTheDecoratedResolverIfReferenceDoesNotMatchSelf() public method

testReturnsTheFixtureBeingResolvedAsTheResolvedValueIfTheReferenceMatchesSelf() public method