mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
Style
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
use Pest\Plugins\Retry;
|
||||
|
||||
it('orders by defects and stop on defects if when --retry is used ', function () {
|
||||
$retry = new Retry();
|
||||
$retry = new Retry;
|
||||
|
||||
$arguments = $retry->handleArguments(['--retry']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user