Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 63ea827

Browse filesBrowse 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
Copy full SHA for 63ea827

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Tests/LegacyManagerRegistryTest.php
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.