From fe21796e795bd16cf1e06dade5167544309ab393 Mon Sep 17 00:00:00 2001 From: Hugo Sales Date: Sat, 29 Oct 2022 16:45:49 +0100 Subject: [PATCH] [TESTS] Tweak tests --- phpunit.xml.dist | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 73ac9bf639..5a16097a67 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -18,14 +18,16 @@ src components/Attachment components/Feed - components/Group + components/Person - plugins/ActivityPub + src/Util/Exception + src/Controller src/PHPStan src/Routes + src/Twig/Extension.php src/DataFixtures src/Security src/Kernel.php