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 89ea8199d6242fe299c41cb1f93d6f0adb7ec17c..dcbdc876db607a010e543b76c62d5410a4ca0132 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);