[TESTS] Exclude Routes from testing, as well as, temporarily, src/Security

This commit is contained in:
Hugo Sales 2021-07-20 14:03:15 +00:00
parent 88f1437ee7
commit a8081854c2
Signed by untrusted user: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@
</include>
<exclude>
<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/CacheKernel.php</file>
</exclude>