Skip to content

Commit 5dc5ab2

Browse files
committed
test without random order
1 parent 90b8f9f commit 5dc5ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"scripts": {
4949
"analyse": "echo \"Static analysis not configured yet.\" && exit 0",
50-
"test": "vendor/bin/pest --order-by random",
50+
"test": "vendor/bin/pest",
5151
"test-coverage": "echo \"Test coverage not configured yet.\" && exit 0",
5252
"format": "vendor/bin/pint"
5353
},

0 commit comments

Comments
 (0)