conf(tests): executionOrder moved to random

This commit is contained in:
Guillaume Loulier
2026-01-07 15:14:36 +01:00
parent de105319bc
commit 410833265d

View File

@@ -4,7 +4,7 @@
bootstrap="vendor/autoload.php"
cacheDirectory=".phpunit.cache"
colors="true"
executionOrder="depends,defects"
executionOrder="random"
beStrictAboutOutputDuringTests="true"
failOnRisky="true"
failOnWarning="true">