We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b8f9f commit ace10c8Copy full SHA for ace10c8
composer.json
@@ -47,7 +47,7 @@
47
},
48
"scripts": {
49
"analyse": "echo \"Static analysis not configured yet.\" && exit 0",
50
- "test": "vendor/bin/pest --order-by random",
+ "test": "vendor/bin/pest",
51
"test-coverage": "echo \"Test coverage not configured yet.\" && exit 0",
52
"format": "vendor/bin/pint"
53
phpunit.xml.dist
@@ -11,7 +11,6 @@
11
convertWarningsToExceptions="true"
12
processIsolation="false"
13
stopOnFailure="false"
14
- executionOrder="random"
15
failOnWarning="true"
16
failOnRisky="true"
17
failOnEmptyTestSuite="true"
0 commit comments