From 6a74102d520f8eebf740a6a62f403bdf16ed299e Mon Sep 17 00:00:00 2001 From: Hugo Sales Date: Wed, 28 Jul 2021 21:03:27 +0000 Subject: [PATCH] [TESTS] Exclude Data Fixtures from testing, as that happens before testing --- phpunit.xml.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index bd66c31f8d..ac5cf9683c 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -8,6 +8,7 @@ src/Util/Exception src/Routes + src/DataFixtures src/Security src/Kernel.php src/CacheKernel.php