conf(tests): executionOrder moved to random

This commit is contained in:
Guillaume Loulier
2026-01-07 15:14:36 +01:00
parent ba1b505b29
commit c2fc46ecfc

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">