Skip to content

Commit

Permalink
Adding clover unit test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin Davies committed Sep 4, 2012
1 parent c488211 commit 4bbecd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -7,7 +7,7 @@
</target>

<target name="test-php" depends="init">
<exec command="phpunit --testdox --log-junit=logs/phpunit-log.xml tests/php" checkReturn="true" passthru="true" />
<exec command="phpunit --coverage-clover logs/clover.xml --testdox --log-junit=logs/phpunit-log.xml tests/php" checkReturn="true" passthru="true" />
</target>

<target name="test-cs" depends="init">
Expand Down

0 comments on commit 4bbecd8

Please sign in to comment.