Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a562e42

Browse filesBrowse files
committed
[Serializer] Silent deprecation notices
1 parent e1478d9 commit a562e42
Copy full SHA for a562e42

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/Normalizer/ObjectNormalizerTest.php
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.