Skip to content

Commit f3c8cf6

Browse files
testGetIgnoresFirstSlash in ObjectManagerTest has lost its purpose (dummy test)
1 parent e7c5bb5 commit f3c8cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/ObjectManager/Test/Unit/ObjectManagerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ public function testGetIgnoresFirstSlash()
400400
{
401401
$this->assertSame(
402402
$this->_object->get(\Magento\Test\Di\Child::class),
403-
$this->_object->get(\Magento\Test\Di\Child::class)
403+
$this->_object->get('\\' . \Magento\Test\Di\Child::class)
404404
);
405405
}
406406
}

0 commit comments

Comments
 (0)