Skip to content

Commit d91fbbd

Browse files
author
Olga Kopylova
committed
MAGETWO-34851: Contribution of Sprint 25 to Mainline
- fixed code style
1 parent bcaefa3 commit d91fbbd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/unit/testsuite/Magento/Setup/Model/InstallerTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,8 @@ protected function setUp()
178178
* @param \PHPUnit_Framework_MockObject_MockObject|bool $objectManagerProvider
179179
* @return Installer
180180
*/
181-
private function createObject($connectionFactory = false, $objectManagerProvider = false) {
181+
private function createObject($connectionFactory = false, $objectManagerProvider = false)
182+
{
182183
if (!$connectionFactory) {
183184
$connectionFactory = $this->getMock('Magento\Setup\Module\ConnectionFactory', [], [], '', false);
184185
$connectionFactory->expects($this->any())->method('create')->willReturn($this->connection);

0 commit comments

Comments
 (0)