File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Magento/FunctionalTestingFramework/Module Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -838,14 +838,14 @@ public function makeScreenshot($name = null)
838
838
* Takes given $command and executes it against bin/magento executable. Returns stdout output from the command.
839
839
*
840
840
* @param string $command
841
- * @param string $arguments
842
841
* @param integer $timeout
842
+ * @param string $arguments
843
843
*
844
844
* @throws \RuntimeException
845
845
* @return string
846
846
* @SuppressWarnings(PHPMD.UnusedPrivateMethod)
847
847
*/
848
- private function shellExecMagentoCLI ($ command , $ arguments , $ timeout = 60 ): string
848
+ private function shellExecMagentoCLI ($ command , $ timeout , $ arguments ): string
849
849
{
850
850
$ php = PHP_BINDIR ? PHP_BINDIR . DIRECTORY_SEPARATOR . 'php ' : 'php ' ;
851
851
$ binMagento = realpath (MAGENTO_BP . DIRECTORY_SEPARATOR . 'bin ' . DIRECTORY_SEPARATOR . 'magento ' );
You can’t perform that action at this time.
0 commit comments