Update PHPUnit config file

This commit is contained in:
PJ Dietz 2014-07-13 23:56:34 -04:00
parent 794d0901b9
commit 0d1adaa767
1 changed files with 8 additions and 0 deletions

View File

@ -5,4 +5,12 @@
<directory>./test/</directory> <directory>./test/</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>
<filter>
<whitelist>
<directory suffix=".php">./src/</directory>
</whitelist>
</filter>
<logging>
<log type="coverage-html" target="./report" charset="UTF-8" hightlight="true" />
</logging>
</phpunit> </phpunit>