mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
fix: --retry with parallel
This commit is contained in:
@ -9,6 +9,6 @@ it('orders by defects and stop on defects if when --retry is used ', function ()
|
||||
|
||||
expect($arguments)->toBe([
|
||||
'--order-by=defects',
|
||||
' --stop-on-defect',
|
||||
'--stop-on-failure',
|
||||
]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user