Skip to content

Commit

Permalink
Exclude the template file from PHPUnit's code coverage tool
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed May 28, 2017
1 parent 9376022 commit d636a8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpunit.xml.dist
Expand Up @@ -24,6 +24,9 @@
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">src</directory>
<exclude>
<file>src/DI/Compiler/Template.php</file>
</exclude>
</whitelist>
</filter>

Expand Down

0 comments on commit d636a8b

Please sign in to comment.