From cca56b09fcf54bff4ddf4994bb563a13efd02d8d Mon Sep 17 00:00:00 2001 From: "J. King" Date: Sat, 7 Dec 2019 12:03:41 -0500 Subject: [PATCH] Order failing tests first This only seems to work under some conditions, but it's a start. --- tests/phpunit.dist.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/phpunit.dist.xml b/tests/phpunit.dist.xml index 27c31d9..9708442 100644 --- a/tests/phpunit.dist.xml +++ b/tests/phpunit.dist.xml @@ -8,6 +8,7 @@ beStrictAboutTestsThatDoNotTestAnything="true" beStrictAboutOutputDuringTests="true" forceCoversAnnotation="true" + executionOrder="defects" >