Skip to content

Commit 1bcf0dc

Browse files
committed
minor #61192 [ObjectMapper] add missing legacy group (xabbuh)
This PR was merged into the 7.4 branch. Discussion ---------- [ObjectMapper] add missing legacy group | Q | A | ------------- | --- | Branch? | 7.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- f1940f9a9b add missing legacy group
1 parent 1e1ee63 commit 1bcf0dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)