Skip to content

Commit

Permalink
Adjust blacklist to prevent code coverage problems now that PDF libra…
Browse files Browse the repository at this point in the history
…ry has been removed from PHPExcel class structure

git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@91578 2327b42d-5241-43d6-9e2a-de5ac946f064
  • Loading branch information
Mark Baker committed Jun 10, 2012
1 parent 7d173ab commit f6af776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unitTests/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<whitelist>
<directory suffix=".php">../Classes</directory>
<exclude>
<directory>../Classes/PHPExcel/Shared/PDF</directory>
<directory>../Classes/PHPExcel/Shared/PCLZip</directory>
<directory>../Classes/PHPExcel/Shared/JAMA</directory>
<directory>../Classes/PHPExcel/Writer/PDF</directory>
</exclude>
</whitelist>
</filter>
Expand Down

0 comments on commit f6af776

Please sign in to comment.