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 7f174fe commit 934e826Copy full SHA for 934e826
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