From a52dddc14cc615b32f4e8daf113918fd217eb3af Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Wed, 6 Mar 2024 08:29:02 -0800 Subject: [PATCH] Run phpunit in fixed order --- phpunit.xml.dist | 1 - 1 file changed, 1 deletion(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index f88e78182..9428e59f4 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -10,7 +10,6 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" convertDeprecationsToExceptions="true" - executionOrder="random" >