Skip to content

Commit a562e42

Browse files
committed
[Serializer] Silent deprecation notices
1 parent e1478d9 commit a562e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Serializer/Tests/Normalizer/ObjectNormalizerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function testDenormalizeWithObject()
9696
$this->assertEquals('bar', $obj->bar);
9797
}
9898

99-
public function testDenormalizeOnCamelCaseFormat()
99+
public function testLegacyDenormalizeOnCamelCaseFormat()
100100
{
101101
$this->normalizer->setCamelizedAttributes(array('camel_case'));
102102
$obj = $this->normalizer->denormalize(

0 commit comments

Comments
 (0)