Skip to content

Commit cc9b416

Browse files
committed
[Serializer] Remove a useless legacy annotation
1 parent 30ff144 commit cc9b416

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tests/Normalizer/AbstractObjectNormalizerTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ public function testDenormalize()
2626
$this->assertSame('baz', $normalizedData->baz);
2727
}
2828

29-
/**
30-
* @group legacy
31-
*/
3229
public function testInstantiateObjectDenormalizer()
3330
{
3431
$data = array('foo' => 'foo', 'bar' => 'bar', 'baz' => 'baz');

0 commit comments

Comments
 (0)