Skip to content

Commit cf46c07

Browse files
committed
MAGETWO-51369: [TD] CLI does not check if required php extensions are present
- PHPMD fix
1 parent 9ada108 commit cf46c07

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup/src/Magento/Setup/Test/Unit/Model/InstallerFactoryTest.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,7 @@ public function testCreate()
9595
],
9696
];
9797
$serviceLocatorMock = $this->getMockForAbstractClass('Zend\ServiceManager\ServiceLocatorInterface', ['get']);
98-
$serviceLocatorMock
99-
->expects($this->any())
100-
->method('get')
101-
->will($this->returnValueMap($returnValueMap));
98+
$serviceLocatorMock->expects($this->any())->method('get')->will($this->returnValueMap($returnValueMap));
10299

103100
$log = $this->getMockForAbstractClass('Magento\Framework\Setup\LoggerInterface');
104101
$resourceFactoryMock = $this->getMock('Magento\Setup\Module\ResourceFactory', [], [], '', false);

0 commit comments

Comments
 (0)