Adding JUnit and Clover logging to test suite

This commit is contained in:
Klaus Silveira
2012-07-04 21:19:47 -03:00
parent 459ba49f82
commit 0f3f4afe57

View File

@@ -15,4 +15,8 @@
<directory>./tests/</directory>
</testsuite>
</testsuites>
<logging>
<log type="coverage-clover" target="build/logs/clover.xml" />
<log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false" />
</logging>
</phpunit>