mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
feat: improves --bail
This commit is contained in:
@ -22,7 +22,8 @@ final class Bail implements HandlesArguments
|
||||
if ($this->hasArgument('--bail', $arguments)) {
|
||||
$arguments = $this->popArgument('--bail', $arguments);
|
||||
|
||||
$arguments = $this->pushArgument('--stop-on-defect', $arguments);
|
||||
$arguments = $this->pushArgument('--stop-on-failure', $arguments);
|
||||
$arguments = $this->pushArgument('--stop-on-error', $arguments);
|
||||
}
|
||||
|
||||
return $arguments;
|
||||
|
||||
Reference in New Issue
Block a user