From 007fe02a4d89afdabcd1e11c35ecf57e4b71796e Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Tue, 8 Jul 2025 21:37:28 +0200 Subject: [PATCH] DX: Faster feedback loop when running regression tests --- phpunit.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/phpunit.xml b/phpunit.xml index 9572500a52..0e0511d501 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -9,6 +9,7 @@ failOnPhpunitDeprecation="true" failOnRisky="true" failOnWarning="true" + executionOrder="defects" colors="true">