Skip to content

Commit 19e5650

Browse files
committed
Fix duplicated legacy test
1 parent e03ab57 commit 19e5650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Serializer/Tests/Annotation/SerializedNameTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function testNotAStringSerializedNameParameter($value)
5454

5555
public function testSerializedNameParameters()
5656
{
57-
$maxDepth = new SerializedName(['value' => 'foo']);
57+
$maxDepth = new SerializedName('foo');
5858
$this->assertEquals('foo', $maxDepth->getSerializedName());
5959
}
6060

0 commit comments

Comments
 (0)