File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
dev/tests/integration/testsuite/Magento/Framework/Console Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments