Skip to content

Commit ce2b32e

Browse files
committed
fix test
1 parent d801518 commit ce2b32e

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)