Skip to content

Commit 5f7f6d0

Browse files
author
Olga Kopylova
committed
MAGETWO-32948: Contribution to Mainline of Sprint 22 Work
- fixed code style
1 parent 291828f commit 5f7f6d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dev/tests/unit/testsuite/Magento/Framework/Module/DependencyCheckerTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ public function setUp()
4848
->will($this->returnValueMap($requireMap));
4949

5050
$this->packageInfoFactoryMock = $this->getMock(
51-
'Magento\Framework\Module\PackageInfoFactory'
52-
,
51+
'Magento\Framework\Module\PackageInfoFactory',
5352
[],
5453
[],
5554
'',

0 commit comments

Comments
 (0)