[TESTS] Exclude Data Fixtures from testing, as that happens before testing

This commit is contained in:
Hugo Sales 2021-07-28 21:03:27 +00:00
parent de5650e98e
commit 6a74102d52
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
<exclude>
<directory>src/Util/Exception</directory>
<directory>src/Routes</directory>
<directory>src/DataFixtures</directory> <!-- This is where the test data is loaded, it get's tested enough, me thinks -->
<directory>src/Security</directory> <!-- TODO: Should be tested in the future -->
<file>src/Kernel.php</file>
<file>src/CacheKernel.php</file>