From 938ec89cd662aaa51f904c98ef82ad276491c0ba Mon Sep 17 00:00:00 2001 From: Thomas Portelange Date: Fri, 10 Jan 2025 11:50:46 +0100 Subject: [PATCH] FIX Update phpunit.xml.dist --- phpunit.xml.dist | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index f435f9a4541..d2adfc95825 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -10,10 +10,14 @@ Requires PHPUnit ^9 - tests/php - - tests/php/ORM - + tests/php/Control + tests/php/Core + tests/php/Dev + tests/php/Forms + tests/php/i18n + tests/php/Logging + tests/php/Security + tests/php/View tests/php/ORM @@ -22,13 +26,13 @@ Requires PHPUnit ^9 vendor/silverstripe/cms/tests - - + + . - - tests/ - thirdparty/ - - - + + + tests/ + thirdparty/ + +