Skip to content

Commit 35ae13d

Browse files
author
Bohdan Korablov
committed
MAGETWO-56787: [GITHUB][PR] Added call to action to compile command error #4134
1 parent f93b475 commit 35ae13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/src/Magento/Setup/Test/Unit/Console/Command/UpgradeCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class UpgradeCommandTest extends \PHPUnit_Framework_TestCase
1616
* @param string $expectedString
1717
* @dataProvider executeDataProvider
1818
*/
19-
public function testExecute($options = [], $expectedString ='')
19+
public function testExecute($options = [], $expectedString = '')
2020
{
2121
$installerFactory = $this->getMock(\Magento\Setup\Model\InstallerFactory::class, [], [], '', false);
2222
$installer = $this->getMock(\Magento\Setup\Model\Installer::class, [], [], '', false);

0 commit comments

Comments
 (0)