From 372cf91fbcf0496af94674e63ac46f5c7d6b54e6 Mon Sep 17 00:00:00 2001 From: Hugo Sales Date: Sun, 6 Mar 2022 23:49:56 +0000 Subject: [PATCH] [TOOLS][TESTS] Split tests into different test suites --- phpunit.xml.dist | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 0c00c1a9c9..8965aaa417 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -30,12 +30,28 @@ + + + + - - tests - - + + ./tests/Controller + + + ./tests/Core + + + ./tests/Entity + + + ./tests/Twig + + + ./tests/Util + +