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 e03ab57 commit 19e5650Copy full SHA for 19e5650
src/Symfony/Component/Serializer/Tests/Annotation/SerializedNameTest.php
@@ -54,7 +54,7 @@ public function testNotAStringSerializedNameParameter($value)
54
55
public function testSerializedNameParameters()
56
{
57
- $maxDepth = new SerializedName(['value' => 'foo']);
+ $maxDepth = new SerializedName('foo');
58
$this->assertEquals('foo', $maxDepth->getSerializedName());
59
}
60
0 commit comments