Add exclude rules for php coverage

This should cause the coverage report to ignore the zend files

refs #4349
This commit is contained in:
Jannis Moßhammer 2013-06-27 11:39:08 +02:00
parent 79a4ee1804
commit 7bba673a61
1 changed files with 6 additions and 0 deletions

View File

@ -17,4 +17,10 @@
<directory>regression/</directory>
</testsuite>
</testsuites>
<filter>
<blacklist>
<directory suffix=".php">/usr/share/php</directory>
<directory suffix=".php">/usr/lib</directory>
</blacklist>
</filter>
</phpunit>