We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c616caa + 3727127 commit 8bfa1e5Copy full SHA for 8bfa1e5
dev/tests/setup-integration/framework/Magento/TestFramework/Deploy/CliCommand.php
@@ -160,8 +160,8 @@ public function uninstallModule($moduleName)
160
{
161
$initParams = $this->parametersHolder->getInitParams();
162
$command = 'php -f ' . BP . '/bin/magento module:uninstall ' . $moduleName . ' --remove-data ' .
163
- ' -vvv --non-composer --magento-init-params=' .
164
- $initParams['magento-init-params'];
+ ' -vvv --non-composer --magento-init-params="' .
+ $initParams['magento-init-params'] . '"';
165
166
$this->shell->execute($command);
167
}
0 commit comments