Skip to content

Commit a2d165a

Browse files
author
Oleksii Korshenko
committed
MAGETWO-82556: testGetIgnoresFirstSlash method in ObjectManagerTest has lost its purpose (dummy test) #11666
- Merge Pull Request #11666 from adrian-martinez-interactiv4/magento2:FR#OBJECTMANAGERTEST-DUMMY-IGNORE-FIRST-SLASH-TEST - Merged commits: 1. f3c8cf6
2 parents e7c5bb5 + f3c8cf6 commit a2d165a

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)