Skip to content

Commit 934e826

Browse files
committed
fix test
1 parent 7f174fe commit 934e826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)