Added coverage report for PHPUnit

This commit is contained in:
Alexey Kopytko 2016-06-16 12:09:30 +09:00
parent 4b6d1a3453
commit 68e370a917
1 changed files with 11 additions and 0 deletions

View File

@ -14,4 +14,15 @@
<directory>test/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">Spreadsheet/</directory>
</whitelist>
</filter>
<logging>
<log type="coverage-clover" target="build/logs/clover.xml"/>
<log type="coverage-text" target="php://stdout"/>
</logging>
</phpunit>