Skip to content

Commit e2066dc

Browse files
committed
AC-13231: Magento option --magento-init-params never used when running cli?
Update Cli name
1 parent 300586d commit e2066dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Framework/Console/CliStateTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function testStateGetModeWithMagentoInitParams(string $mode)
4949

5050
try {
5151
// Create a new Cli instance which will use our fixed initObjectManager method
52-
$cli = new Cli('Magento CLI', '2.4.0');
52+
$cli = new Cli('Magento CLI');
5353

5454
// Get the ObjectManager from the Cli instance using reflection
5555
$reflection = new \ReflectionClass($cli);

0 commit comments

Comments
 (0)