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.
2 parents c797f35 + a2d165a commit 19cc4ecCopy full SHA for 19cc4ec
lib/internal/Magento/Framework/ObjectManager/Test/Unit/ObjectManagerTest.php
@@ -400,7 +400,7 @@ public function testGetIgnoresFirstSlash()
400
{
401
$this->assertSame(
402
$this->_object->get(\Magento\Test\Di\Child::class),
403
- $this->_object->get(\Magento\Test\Di\Child::class)
+ $this->_object->get('\\' . \Magento\Test\Di\Child::class)
404
);
405
}
406
0 commit comments