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 cb5c632 commit d1399a2Copy full SHA for d1399a2
src/Magento/FunctionalTestingFramework/Module/MagentoWebDriver.php
@@ -518,11 +518,11 @@ public function scrollToTopOfPage()
518
*/
519
public function magentoCLI($command, $arguments = null)
520
{
521
- try {
522
- return $this->shellExecMagentoCLI($command, $arguments);
523
- } catch (\Exception $exception) {
+ //try {
+ // return $this->shellExecMagentoCLI($command, $arguments);
+ //} catch (\Exception $exception) {
524
return $this->curlExecMagentoCLI($command, $arguments);
525
- }
+ //}
526
}
527
528
/**
0 commit comments