From b7c56229c9b832f0506af28b9a6f91edf9034e6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sun, 3 Sep 2023 12:18:19 +0200 Subject: [PATCH] Enhancement: Run tests in random order --- phpunit.xml.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 37222a4ffe..050bdabe4e 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -7,6 +7,7 @@ cacheResultFile=".build/.phpunit.result.cache" colors="true" columns="max" + executionOrder="random" verbose="true" >