Skip to content

Commit

Permalink
Fix: add phpunit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
hregis committed Sep 19, 2011
1 parent f17843f commit 6f02707
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@
<!-- Run unit tests and generate junit.xml and clover.xml -->
<target name="phpunit">
<exec executable="phpunit" dir="${basedir}" failonerror="true">
<arg line=" --log-junit ${basedir}/hudson/logs/junit.xml
<arg line=" --configuration ${basedir}/test/phpunit/phpunittest.xml
--log-junit ${basedir}/hudson/logs/junit.xml
--coverage-clover ${basedir}/hudson/coverage/clover.xml
--coverage-html ${basedir}/hudson/coverage/
test/phpunit/AllTests.php
Expand Down

0 comments on commit 6f02707

Please sign in to comment.