Browse Source

[TOOLS] Exclude src/PHPStan from test coverage

oauth1
Hugo Sales 1 year ago
parent
commit
e64fd5aaf6
Signed by: someonewithpc <hugo@hsal.es> GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      phpunit.xml.dist

+ 1
- 0
phpunit.xml.dist View File

@@ -16,6 +16,7 @@
</include>
<exclude>
<directory>src/Util/Exception</directory>
<directory>src/PHPStan</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 -->


Loading…
Cancel
Save