File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
dev/tests/integration/framework/tests/unit/testsuite/Magento/Test Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -194,6 +194,7 @@ public function installDataProvider()
194194 '0 ' ,
195195 '0 ' ,
196196 $ this ->getInitParamsQuery (sys_get_temp_dir ()),
197+ true
197198 ]
198199 ];
199200
@@ -213,8 +214,8 @@ public function installDataProvider()
213214 [
214215 $ installShellCommandExpectation ,
215216 [
216- PHP_BINARY . ' -f %s %s -vvv ' .
217- '--host=%s --dbname=%s --username=%s --password=%s --magento-init-params=%s --no-interaction ' ,
217+ PHP_BINARY . ' -f %s %s -vvv --no-interaction ' .
218+ '--host=%s --dbname=%s --username=%s --password=%s --magento-init-params=%s ' ,
218219 [
219220 BP . '/bin/magento ' ,
220221 'setup:db-schema:add-slave ' ,
@@ -234,7 +235,8 @@ public function installDataProvider()
234235 [
235236 $ installShellCommandExpectation ,
236237 [
237- PHP_BINARY . ' -f %s %s -vvv %s %s --option1=%s -option2=%s --magento-init-params=%s --no-interaction ' ,
238+ PHP_BINARY . ' -f %s %s -vvv --no-interaction %s %s --option1=%s -option2=%s
239+ --magento-init-params=%s ' ,
238240 [
239241 BP . '/bin/magento ' ,
240242 'fake:command ' ,
You can’t perform that action at this time.
0 commit comments