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 5af84c0 commit f1940f9Copy full SHA for f1940f9
src/Symfony/Component/ObjectMapper/Tests/ObjectMapperTest.php
@@ -371,6 +371,9 @@ public static function objectMapperProvider(): iterable
371
yield [new ObjectMapper(new ReflectionObjectMapperMetadataFactory(), PropertyAccess::createPropertyAccessor())];
372
}
373
374
+ /**
375
+ * @group legacy
376
+ */
377
public function testMapInitializesLazyObject()
378
{
379
$lazy = new LazyFoo();
0 commit comments