Skip to content

Commit f6af776

Browse files
author
Mark Baker
committed
Adjust blacklist to prevent code coverage problems now that PDF library has been removed from PHPExcel class structure
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@91578 2327b42d-5241-43d6-9e2a-de5ac946f064
1 parent 7d173ab commit f6af776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unitTests/phpunit.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
<whitelist>
2424
<directory suffix=".php">../Classes</directory>
2525
<exclude>
26-
<directory>../Classes/PHPExcel/Shared/PDF</directory>
2726
<directory>../Classes/PHPExcel/Shared/PCLZip</directory>
2827
<directory>../Classes/PHPExcel/Shared/JAMA</directory>
28+
<directory>../Classes/PHPExcel/Writer/PDF</directory>
2929
</exclude>
3030
</whitelist>
3131
</filter>

0 commit comments

Comments
 (0)