Skip to content

Commit c42cacd

Browse files
authored
Merge pull request #1982 from doctrine/2.17.x
Merge 2.17.x up into 3.0.x
2 parents a419fda + 1705a6f commit c42cacd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/RegistryTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,6 @@ public function testResetLazyObject(): void
172172
(new Registry($container, [], $entityManagers, 'default', 'default'))->reset();
173173
}
174174

175-
/**
176-
* The legacy group should be removed after https://github.com/doctrine/orm/pull/11853 is merged
177-
*
178-
* @group legacy
179-
*/
180175
public function testIdentityMapsStayConsistentAfterReset(): void
181176
{
182177
if (! interface_exists(EntityManagerInterface::class)) {

0 commit comments

Comments
 (0)