From 662ad8e9cfe3029f961bad1d316f83330f448d44 Mon Sep 17 00:00:00 2001 From: Hugo Sales Date: Sat, 7 Aug 2021 18:16:44 +0000 Subject: [PATCH] [TESTS] Update PHPUnit config to start executing tests by last failure. This doens't seem to actually work currently, though --- phpunit.xml.dist | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 7cad20e6dc..6a320ef156 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -8,7 +8,8 @@ stopOnFailure="true" stopOnError="true" cacheResult="true" - cacheResultFile=".phpunit_cache"> + cacheResultFile=".phpunit_cache" + executionOrder="defects"> src