From df40dd7c666f21883aa32ca3f45d3b26b43415dd Mon Sep 17 00:00:00 2001 From: Hugo Sales Date: Mon, 7 Mar 2022 00:48:07 +0000 Subject: [PATCH] [TESTS] Add support for loading test suites from plugins and components --- phpunit.xml.dist | 38 ++++++++++++++++++++++---------------- 1 file changed, 22 insertions(+), 16 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 8965aaa417..d86d222e3d 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -36,22 +36,28 @@ - - ./tests/Controller - - - ./tests/Core - - - ./tests/Entity - - - ./tests/Twig - - - ./tests/Util - - + + ./tests/Controller + + + ./tests/Core + + + ./tests/Entity + + + ./tests/Twig + + + ./tests/Util + + + ./plugins/ + + + ./components/ + +