[TESTS] Exclude Data Fixtures from testing, as that happens before testing
This commit is contained in:
parent
de5650e98e
commit
6a74102d52
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user