uncomment coverage-clover logging to get clover.xml which read by coveralls.phar

This commit is contained in:
Abdul Malik Ikhsan 2018-05-22 06:47:29 +07:00
parent 38fc7a9fb9
commit 572563a4fa
No known key found for this signature in database
GPG Key ID: 23FCCC74D1442CAE

View File

@ -33,6 +33,6 @@
</filter>
<logging>
<!--<log type="coverage-clover" target="build/logs/clover.xml"/>-->
<log type="coverage-clover" target="build/logs/clover.xml"/>
</logging>
</phpunit>