PHP Class Nelmio\Alice\Generator\Hydrator\Property\SymfonyPropertyAccessorHydratorTest

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

Public Methods

Method Description
provideProperties ( )
setUp ( )
testCatchesAnySymfonyPropertyAccessorToThrowAnHydratorException ( )
testIsAnHydrator ( )
testIsNotClonable ( )
testReturnsHydratedObject ( )
testTestObjectHydrationAgainstMutlipleValues ( Property $property )
testThrowsAnHydrationExceptionIfAnAccessExceptionIsThrown ( )
testThrowsInvalidArgumentExceptionIfInvalidTypeIsGiven ( )
testThrowsNoPropertyExceptionIfPropertyCouldNotBeFound ( )

Method Details

provideProperties() public method

public provideProperties ( )

setUp() public method

public setUp ( )

testCatchesAnySymfonyPropertyAccessorToThrowAnHydratorException() public method

testIsAnHydrator() public method

public testIsAnHydrator ( )

testIsNotClonable() public method

public testIsNotClonable ( )

testReturnsHydratedObject() public method

testTestObjectHydrationAgainstMutlipleValues() public method

public testTestObjectHydrationAgainstMutlipleValues ( Property $property )
$property Nelmio\Alice\Definition\Property

testThrowsAnHydrationExceptionIfAnAccessExceptionIsThrown() public method

testThrowsInvalidArgumentExceptionIfInvalidTypeIsGiven() public method

testThrowsNoPropertyExceptionIfPropertyCouldNotBeFound() public method