From 4195700f0b7827729270c7a0f47c6191c06ed28d Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Fri, 27 Sep 2024 09:42:35 +1200 Subject: [PATCH] MNT Update phpunit xml file for phpunit 11 --- phpunit.xml.dist | 64 +++++++++++++++++++++--------------------------- 1 file changed, 28 insertions(+), 36 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 78fdb6bd38a..be4cff8b6e2 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,38 +1,30 @@ - - - - - tests/php - - - - tests/php - - tests/php/ORM - - - - tests/php/ORM - - - vendor/silverstripe/cms/tests - - - - tests/php/Core/Cache - - - - - . - - tests/ - thirdparty/ - - - + + + + tests/php + + + + + tests/php + + + + tests/php + + + + tests/php/Core/Cache + + + + + . + + + tests/ + thirdparty/ + +