Skip to content

Commit d1399a2

Browse files
committed
Testing. Revert me
1 parent cb5c632 commit d1399a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Magento/FunctionalTestingFramework/Module/MagentoWebDriver.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -518,11 +518,11 @@ public function scrollToTopOfPage()
518518
*/
519519
public function magentoCLI($command, $arguments = null)
520520
{
521-
try {
522-
return $this->shellExecMagentoCLI($command, $arguments);
523-
} catch (\Exception $exception) {
521+
//try {
522+
// return $this->shellExecMagentoCLI($command, $arguments);
523+
//} catch (\Exception $exception) {
524524
return $this->curlExecMagentoCLI($command, $arguments);
525-
}
525+
//}
526526
}
527527

528528
/**

0 commit comments

Comments
 (0)