hasArgument('--retry', $arguments)) { return $arguments; } if ($this->hasArgument('--parallel', $arguments)) { throw new InvalidOption('The [--retry] option is not supported when running in parallel.'); } $arguments = $this->popArgument('--retry', $arguments); $arguments = $this->pushArgument('--order-by=defects', $arguments); return $this->pushArgument('--stop-on-failure', $arguments); } }