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

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

Public Methods

Method Description
testCanResolvePropertyReferenceValues ( )
testCannotResolveValueIfHasNoResolver ( )
testCatchesAccessorExceptionsToThrowResolverException ( )
testIsAChainableResolver ( )
testIsNotClonable ( )
testReturnsSetWithResolvedValue ( )
testTestResolutionWithSymfonyPropertyAccessor ( )
testThrowsAnExceptionIfReferenceResolvedIsNotAnObject ( )
testThrowsAnExceptionIfResolvedReferenceHasNoSuchProperty ( )
testWithersReturnNewModifiedInstance ( )

Method Details

testCanResolvePropertyReferenceValues() public method

testCannotResolveValueIfHasNoResolver() public method

testCatchesAccessorExceptionsToThrowResolverException() public method

testIsAChainableResolver() public method

testIsNotClonable() public method

public testIsNotClonable ( )

testReturnsSetWithResolvedValue() public method

testTestResolutionWithSymfonyPropertyAccessor() public method

testThrowsAnExceptionIfReferenceResolvedIsNotAnObject() public method

testThrowsAnExceptionIfResolvedReferenceHasNoSuchProperty() public method

testWithersReturnNewModifiedInstance() public method