Skip to content

Commit ace10c8

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

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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
},

phpunit.xml.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
convertWarningsToExceptions="true"
1212
processIsolation="false"
1313
stopOnFailure="false"
14-
executionOrder="random"
1514
failOnWarning="true"
1615
failOnRisky="true"
1716
failOnEmptyTestSuite="true"

0 commit comments

Comments
 (0)