diff --git a/composer.json b/composer.json index 0b3a4976..979e7fe3 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,7 @@ }, "scripts": { "analyse": "echo \"Static analysis not configured yet.\" && exit 0", - "test": "vendor/bin/pest --order-by random", + "test": "vendor/bin/pest", "test-coverage": "echo \"Test coverage not configured yet.\" && exit 0", "format": "vendor/bin/pint" },