We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 300586d commit e2066dcCopy full SHA for e2066dc
dev/tests/integration/testsuite/Magento/Framework/Console/CliStateTest.php
@@ -49,7 +49,7 @@ public function testStateGetModeWithMagentoInitParams(string $mode)
49
50
try {
51
// Create a new Cli instance which will use our fixed initObjectManager method
52
- $cli = new Cli('Magento CLI', '2.4.0');
+ $cli = new Cli('Magento CLI');
53
54
// Get the ObjectManager from the Cli instance using reflection
55
$reflection = new \ReflectionClass($cli);
0 commit comments