Skip to content

Commit f1940f9

Browse files
committed
add missing legacy group
1 parent 5af84c0 commit f1940f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Symfony/Component/ObjectMapper/Tests/ObjectMapperTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,9 @@ public static function objectMapperProvider(): iterable
371371
yield [new ObjectMapper(new ReflectionObjectMapperMetadataFactory(), PropertyAccess::createPropertyAccessor())];
372372
}
373373

374+
/**
375+
* @group legacy
376+
*/
374377
public function testMapInitializesLazyObject()
375378
{
376379
$lazy = new LazyFoo();

0 commit comments

Comments
 (0)