Skip to content

Commit 97ea4cc

Browse files
author
Stanislav Idolov
authored
ENGCOM-2523: [Backport] testGetIgnoresFirstSlash method in ObjectManagerTest has lost its purpose (dummy test) #17098
2 parents a14ec38 + a21816f commit 97ea4cc

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)