PHP Class Symfony\Component\Serializer\Tests\Normalizer\PropertyNormalizerTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: symfony/symfony

Public Methods

Method Description
provideCallbacks ( )
testCallbacks ( $callbacks, $value, $result, $message )
testCircularReferenceHandler ( )
testConstructorDenormalize ( )
testConstructorDenormalizeWithNullArgument ( )
testDenormalize ( )
testDenormalizeNonExistingAttribute ( )
testDenormalizeShouldIgnoreStaticProperty ( )
testGroupsDenormalize ( )
testGroupsDenormalizeWithNameConverter ( )
testGroupsNormalize ( )
testGroupsNormalizeWithNameConverter ( )
testIgnoredAttributes ( )
testMaxDepth ( )
testNoStaticPropertySupport ( )
testNoTraversableSupport ( )
testNormalize ( )
testSiblingReference ( )
testUnableToNormalizeCircularReference ( )
testUnableToNormalizeObjectAttribute ( )
testUncallableCallbacks ( )

Protected Methods

Method Description
setUp ( )

Method Details

provideCallbacks() public method

public provideCallbacks ( )

setUp() protected method

protected setUp ( )

testCallbacks() public method

public testCallbacks ( $callbacks, $value, $result, $message )

testCircularReferenceHandler() public method

testConstructorDenormalize() public method

testConstructorDenormalizeWithNullArgument() public method

testDenormalize() public method

public testDenormalize ( )

testDenormalizeNonExistingAttribute() public method

testDenormalizeShouldIgnoreStaticProperty() public method

testGroupsDenormalize() public method

testGroupsDenormalizeWithNameConverter() public method

testGroupsNormalize() public method

public testGroupsNormalize ( )

testGroupsNormalizeWithNameConverter() public method

testIgnoredAttributes() public method

testMaxDepth() public method

public testMaxDepth ( )

testNoStaticPropertySupport() public method

testNoTraversableSupport() public method

testNormalize() public method

public testNormalize ( )

testSiblingReference() public method

testUnableToNormalizeCircularReference() public method

testUnableToNormalizeObjectAttribute() public method

testUncallableCallbacks() public method