Skip to content

Commit d5c4ad9

Browse files
committed
35948: Fixed static and unit test failure
1 parent 6123afb commit d5c4ad9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/ApplicationTest.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)