Skip to content

Commit 233c9ae

Browse files
committed
AC-15136: Integration Test failure on SYNC PR for 2.4.9-alpha2-develop due to CliStateTest modification
Remove unwanted error log
1 parent 4689bbc commit 233c9ae

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,7 @@ public function testStateGetModeWithMagentoInitParams(string $mode)
7676

7777
// Process the bootstrap parameters like the CLI does
7878
$params = (new ComplexParameter(Cli::INPUT_KEY_BOOTSTRAP))->mergeFromArgv($_SERVER, $_SERVER);
79-
80-
// Debug: Let's see what was parsed
81-
error_log("Parsed params: " . print_r($params, true));
82-
79+
8380
// Get the ObjectManager from the test framework
8481
$objectManager = TestBootstrap::getObjectManager();
8582

@@ -120,10 +117,7 @@ public function testMultipleMagentoInitParams()
120117

121118
// Process the bootstrap parameters like the CLI does
122119
$params = (new ComplexParameter(Cli::INPUT_KEY_BOOTSTRAP))->mergeFromArgv($_SERVER, $_SERVER);
123-
124-
// Debug: Let's see what was parsed
125-
error_log("Parsed params for multiple: " . print_r($params, true));
126-
120+
127121
// Get the ObjectManager from the test framework
128122
$objectManager = TestBootstrap::getObjectManager();
129123

0 commit comments

Comments
 (0)