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)
76
76
77
77
// Process the bootstrap parameters like the CLI does
78
78
$ 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
+
83
80
// Get the ObjectManager from the test framework
84
81
$ objectManager = TestBootstrap::getObjectManager ();
85
82
@@ -120,10 +117,7 @@ public function testMultipleMagentoInitParams()
120
117
121
118
// Process the bootstrap parameters like the CLI does
122
119
$ 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
+
127
121
// Get the ObjectManager from the test framework
128
122
$ objectManager = TestBootstrap::getObjectManager ();
129
123
You can’t perform that action at this time.
0 commit comments