[Serializer] Remove a useless legacy annotation

This commit is contained in:
Kévin Dunglas 2017-05-22 11:36:51 +02:00
parent e014b8a7a3
commit 987749bb99
No known key found for this signature in database
GPG Key ID: 4D04EBEF06AAF3A6

View File

@ -26,9 +26,6 @@ class AbstractObjectNormalizerTest extends TestCase
$this->assertSame('baz', $normalizedData->baz);
}
/**
* @group legacy
*/
public function testInstantiateObjectDenormalizer()
{
$data = array('foo' => 'foo', 'bar' => 'bar', 'baz' => 'baz');