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

Author: Kévin Dunglas ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
显示文件 Open project: symfony/symfony Class Usage Examples

Public Methods

Method Description
provideCallbacks ( )
testCallbacks ( $callbacks, $value, $result, $message )
testCircularReferenceHandler ( )
testConstructorDenormalize ( )
testConstructorDenormalizeWithMissingOptionalArgument ( )
testConstructorDenormalizeWithNullArgument ( )
testConstructorDenormalizeWithOptionalDefaultArgument ( )
testConstructorWithObjectDenormalize ( )
testConstructorWithObjectTypeHintDenormalize ( )
testConstructorWithUnknownObjectTypeHintDenormalize ( )
testDenomalizeRecursive ( )
testDenormalize ( )
testDenormalizeNonExistingAttribute ( )
testDenormalizeNull ( )
testDenormalizeWithObject ( )
testExtractAttributesRespectsContext ( )
testExtractAttributesRespectsFormat ( )
testGroupsDenormalize ( )
testGroupsDenormalizeWithNameConverter ( )
testGroupsNormalize ( )
testGroupsNormalizeWithNameConverter ( )
testIgnoredAttributes ( )
testIgnoredAttributesDenormalize ( )
testMaxDepth ( )
testNoTraversableSupport ( )
testNormalize ( )
testNormalizeNoPropertyInGroup ( )
testNormalizeNotSerializableContext ( )
testNormalizeStatic ( )
testRejectInvalidKey ( )
testRejectInvalidType ( )
testSiblingReference ( )
testThrowUnexpectedValueException ( )
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

testConstructorDenormalizeWithMissingOptionalArgument() public method

testConstructorDenormalizeWithNullArgument() public method

testConstructorDenormalizeWithOptionalDefaultArgument() public method

testConstructorWithObjectDenormalize() public method

testConstructorWithObjectTypeHintDenormalize() public method

testConstructorWithUnknownObjectTypeHintDenormalize() public method

testDenomalizeRecursive() public method

testDenormalize() public method

public testDenormalize ( )

testDenormalizeNonExistingAttribute() public method

testDenormalizeNull() public method

public testDenormalizeNull ( )

testDenormalizeWithObject() public method

testExtractAttributesRespectsContext() public method

testExtractAttributesRespectsFormat() public method

testGroupsDenormalize() public method

testGroupsDenormalizeWithNameConverter() public method

testGroupsNormalize() public method

public testGroupsNormalize ( )

testGroupsNormalizeWithNameConverter() public method

testIgnoredAttributes() public method

testIgnoredAttributesDenormalize() public method

testMaxDepth() public method

public testMaxDepth ( )

testNoTraversableSupport() public method

testNormalize() public method

public testNormalize ( )

testNormalizeNoPropertyInGroup() public method

testNormalizeNotSerializableContext() public method

testNormalizeStatic() public method

public testNormalizeStatic ( )

testRejectInvalidKey() public method

testRejectInvalidType() public method

testSiblingReference() public method

testThrowUnexpectedValueException() public method

testUnableToNormalizeCircularReference() public method

testUnableToNormalizeObjectAttribute() public method

testUncallableCallbacks() public method