8000 minor #57491 [DoctrineBridge] fix test (xabbuh) · symfony/symfony@63ea827 · GitHub
[go: up one dir, main page]

Skip to content

Commit 63ea827

Browse files
committed
minor #57491 [DoctrineBridge] fix test (xabbuh)
This PR was merged into the 6.4 branch. Discussion ---------- [DoctrineBridge] fix test | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- ce2b32e fix test
2 parents d801518 + ce2b32e commit 63ea827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/Doctrine/Tests/LegacyManagerRegistryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function testResetService()
5656

5757
$this->assertSame($foo, $container->get('foo'));
5858
$this->assertInstanceOf(ObjectManager::class, $foo);
59-
$this->assertFalse(isset($foo->bar));
59+
$this->assertFalse(property_exists($foo, 'bar'));
6060
}
6161

6262
/**

0 commit comments

Comments
 (0)
0