Skip to content

Commit

Permalink
Merge branch '1.7'
Browse files Browse the repository at this point in the history
* 1.7:
  Switch to phpdbg as coverage provider
  • Loading branch information
cmb69 committed Dec 31, 2018
2 parents ca0c41e + 2b32247 commit ff5cd00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -91,7 +91,7 @@
description="runs all tests"/>

<target name="coverage" description="generates coverage report">
<exec command="phpunit --configuration coverage.xml"
<exec command="phpdbg -qrr vendor/phpunit/phpunit/phpunit --configuration coverage.xml"
passthru="true" logoutput="true"/>
</target>

Expand Down

0 comments on commit ff5cd00

Please sign in to comment.