From 35ae13d15ef52a549a278cdcf1898d8fbded3513 Mon Sep 17 00:00:00 2001 From: Bohdan Korablov <bkorablov@magento.com> Date: Thu, 10 Nov 2016 12:26:20 +0200 Subject: [PATCH] MAGETWO-56787: [GITHUB][PR] Added call to action to compile command error #4134 --- .../Setup/Test/Unit/Console/Command/UpgradeCommandTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/src/Magento/Setup/Test/Unit/Console/Command/UpgradeCommandTest.php b/setup/src/Magento/Setup/Test/Unit/Console/Command/UpgradeCommandTest.php index 89ea8199d62..dcbdc876db6 100644 --- a/setup/src/Magento/Setup/Test/Unit/Console/Command/UpgradeCommandTest.php +++ b/setup/src/Magento/Setup/Test/Unit/Console/Command/UpgradeCommandTest.php @@ -16,7 +16,7 @@ class UpgradeCommandTest extends \PHPUnit_Framework_TestCase * @param string $expectedString * @dataProvider executeDataProvider */ - public function testExecute($options = [], $expectedString ='') + public function testExecute($options = [], $expectedString = '') { $installerFactory = $this->getMock(\Magento\Setup\Model\InstallerFactory::class, [], [], '', false); $installer = $this->getMock(\Magento\Setup\Model\Installer::class, [], [], '', false); -- GitLab