From c500a24290ad8d1b04df024ebf6b2e7421acbfde Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Thu, 28 Jul 2022 12:54:05 +1200 Subject: [PATCH] MNT Reorder unit tests to fix CI failure There seems to be some bleed-over of test config that didn't get torn down correctly from the assets unit tests which is causing a framework test to fail. --- phpunit.xml.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 55f2bd4..7c49cf6 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,9 +1,9 @@ + vendor/silverstripe/framework/tests vendor/silverstripe/assets/tests vendor/silverstripe/config/tests - vendor/silverstripe/framework/tests