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 e7c5bb5 + f3c8cf6 commit a2d165aCopy full SHA for a2d165a
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