[TESTS] Exclude Routes from testing, as well as, temporarily, src/Security
This commit is contained in:
parent
88f1437ee7
commit
a8081854c2
@ -7,6 +7,8 @@
|
|||||||
</include>
|
</include>
|
||||||
<exclude>
|
<exclude>
|
||||||
<directory>src/Util/Exception</directory>
|
<directory>src/Util/Exception</directory>
|
||||||
|
<directory>src/Routes</directory>
|
||||||
|
<directory>src/Security</directory> <!-- TODO: Should be tested in the future -->
|
||||||
<file>src/Kernel.php</file>
|
<file>src/Kernel.php</file>
|
||||||
<file>src/CacheKernel.php</file>
|
<file>src/CacheKernel.php</file>
|
||||||
</exclude>
|
</exclude>
|
||||||
|
Loading…
Reference in New Issue
Block a user