mirror of
https://github.com/pestphp/pest.git
synced 2026-07-24 02:20:03 +02:00
fix: package lock fingerprint
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
use Pest\Plugins\Retry;
|
||||
|
||||
it('orders by defects and stop on defects if when --retry is used ', function () {
|
||||
it('orders by defects and stop on defects if when --retry is used ', function (): void {
|
||||
$retry = new Retry;
|
||||
|
||||
$arguments = $retry->handleArguments(['--retry']);
|
||||
|
||||
Reference in New Issue
Block a user