Skip to content

Commit

Permalink
Exclude phpseclib from coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed May 31, 2013
1 parent 25816ff commit bda4035
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
<exclude>
<!-- we don't care about coverage of embedded libraries -->
<directory suffix=".php">libraries/tcpdf</directory>
<directory suffix=".php">libraries/phpseclib</directory>
<directory suffix=".php">libraries/bfShapeFiles</directory>
<directory suffix=".php">libraries/php-gettext</directory>
<directory suffix=".inc">libraries/php-gettext</directory>
Expand Down

0 comments on commit bda4035

Please sign in to comment.