Skip to content
Snippets Groups Projects
Commit 35ae13d1 authored by Bohdan Korablov's avatar Bohdan Korablov
Browse files

MAGETWO-56787: [GITHUB][PR] Added call to action to compile command error #4134

parent f93b475f
No related merge requests found
......@@ -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);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment