Skip to content

Commit

Permalink
chore: use phpunit.xml.dist to set the order
Browse files Browse the repository at this point in the history
  • Loading branch information
vsergiu93 committed Sep 30, 2024
1 parent 7c34769 commit 027f147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
}
},
"scripts": {
"phpunit": "vendor/bin/phpunit --display-warnings --display-skipped --display-deprecations --display-errors --display-notices --order-by=random",
"phpunit": "vendor/bin/phpunit --display-warnings --display-skipped --display-deprecations --display-errors --display-notices",
"coverage": "vendor/bin/phpunit --coverage-html build/reports/html --coverage-clover build/reports/clover.xml",
"csfixer": "vendor/bin/php-cs-fixer fix --allow-risky=yes",
"phpstan": "vendor/bin/phpstan analyse src tests --memory-limit=1G",
Expand Down
1 change: 1 addition & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
displayDetailsOnTestsThatTriggerWarnings="true"
bootstrap="./tests/bootstrap.php"
cacheDirectory=".cache/phpunit"
executionOrder="random"
>
<testsuites>
<testsuite name="Integration">
Expand Down

0 comments on commit 027f147

Please sign in to comment.