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 d801518 commit ce2b32eCopy full SHA for ce2b32e
src/Symfony/Bridge/Doctrine/Tests/LegacyManagerRegistryTest.php
@@ -56,7 +56,7 @@ public function testResetService()
56
57
$this->assertSame($foo, $container->get('foo'));
58
$this->assertInstanceOf(ObjectManager::class, $foo);
59
- $this->assertFalse(isset($foo->bar));
+ $this->assertFalse(property_exists($foo, 'bar'));
60
}
61
62
/**
0 commit comments