Skip to content
This repository has been archived by the owner on Jan 2, 2019. It is now read-only.

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
Expand Up @@ -23,9 +23,9 @@
<whitelist> <whitelist>
<directory suffix=".php">../Classes</directory> <directory suffix=".php">../Classes</directory>
<exclude> <exclude>
<directory>../Classes/PHPExcel/Shared/PDF</directory>
<directory>../Classes/PHPExcel/Shared/PCLZip</directory> <directory>../Classes/PHPExcel/Shared/PCLZip</directory>
<directory>../Classes/PHPExcel/Shared/JAMA</directory> <directory>../Classes/PHPExcel/Shared/JAMA</directory>
<directory>../Classes/PHPExcel/Writer/PDF</directory>
</exclude> </exclude>
</whitelist> </whitelist>
</filter> </filter>
Expand Down

0 comments on commit f6af776

Please sign in to comment.