We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1478d9 commit a562e42Copy full SHA for a562e42
src/Symfony/Component/Serializer/Tests/Normalizer/ObjectNormalizerTest.php
@@ -96,7 +96,7 @@ public function testDenormalizeWithObject()
96
$this->assertEquals('bar', $obj->bar);
97
}
98
99
- public function testDenormalizeOnCamelCaseFormat()
+ public function testLegacyDenormalizeOnCamelCaseFormat()
100
{
101
$this->normalizer->setCamelizedAttributes(array('camel_case'));
102
$obj = $this->normalizer->denormalize(
0 commit comments