Skip to content

Commit 19cc4ec

Browse files
author
Oleksii Korshenko
authored
MAGETWO-82556: testGetIgnoresFirstSlash method in ObjectManagerTest has lost its purpose (dummy test) #11666
2 parents c797f35 + a2d165a commit 19cc4ec

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)