Skip to content

Commit ce0a9fa

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,7 @@ public function installDataProvider()
235235
[
236236
$installShellCommandExpectation,
237237
[
238-
PHP_BINARY . ' -f %s %s -vvv --no-interaction %s %s --option1=%s -option2=%s
239-
--magento-init-params=%s',
238+
PHP_BINARY . ' -f %s %s -vvv --no-interaction %s %s --option1=%s -option2=%s --magento-init-params=%s', // phpcs:ignore
240239
[
241240
BP . '/bin/magento',
242241
'fake:command',

0 commit comments

Comments
 (0)