From a8081854c2dacabbfa232834ce3941103517c308 Mon Sep 17 00:00:00 2001 From: Hugo Sales Date: Tue, 20 Jul 2021 14:03:15 +0000 Subject: [PATCH] [TESTS] Exclude Routes from testing, as well as, temporarily, src/Security --- phpunit.xml.dist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 954c8368f9..bd66c31f8d 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -7,6 +7,8 @@ src/Util/Exception + src/Routes + src/Security src/Kernel.php src/CacheKernel.php