Skip to content

Commit 8bfa1e5

Browse files
committed
Merge branch 'MAGETWO-88054' of github.com:magento-trigger/magento2ce into MAGETWO-88054
2 parents c616caa + 3727127 commit 8bfa1e5

File tree

1 file changed

+2
-2
lines changed
  • dev/tests/setup-integration/framework/Magento/TestFramework/Deploy

1 file changed

+2
-2
lines changed

dev/tests/setup-integration/framework/Magento/TestFramework/Deploy/CliCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ public function uninstallModule($moduleName)
160160
{
161161
$initParams = $this->parametersHolder->getInitParams();
162162
$command = 'php -f ' . BP . '/bin/magento module:uninstall ' . $moduleName . ' --remove-data ' .
163-
' -vvv --non-composer --magento-init-params=' .
164-
$initParams['magento-init-params'];
163+
' -vvv --non-composer --magento-init-params="' .
164+
$initParams['magento-init-params'] . '"';
165165

166166
$this->shell->execute($command);
167167
}

0 commit comments

Comments
 (0)