Skip to content

Commit 475098e

Browse files
author
Sergii Kovalenko
committed
MAGETWO-88054: Move declarative setup from setup to framework
1 parent 2f19204 commit 475098e

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)