diff options
author | arron.woods <arron.woods@deae1e92-32f9-c189-e222-5b9b5081a27a> | 2011-04-21 18:09:18 +0000 |
---|---|---|
committer | arron.woods <arron.woods@deae1e92-32f9-c189-e222-5b9b5081a27a> | 2011-04-21 18:09:18 +0000 |
commit | 499783822488366098ff9bf1ad878d9b2372df85 (patch) | |
tree | 91523aa53547c462dd98edd6fd81619d8769dd23 | |
parent | 76c1a3b95b1abde5269a604547a08bb0f7fc0cf3 (diff) | |
download | php-ssrs-499783822488366098ff9bf1ad878d9b2372df85.zip php-ssrs-499783822488366098ff9bf1ad878d9b2372df85.tar.gz php-ssrs-499783822488366098ff9bf1ad878d9b2372df85.tar.bz2 |
Configuration option for phpunit
-rwxr-xr-x | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,6 +55,6 @@ <!-- Unit Tests & coverage analysis --> <target name="phpunit"> <echo msg="PHP Unit..." /> - <exec command="phpunit --log-junit '${builddir}/logs/phpunit.xml' --coverage-clover '${builddir}/logs/coverage/clover.xml' '${ws}/source/tests'" /> + <exec command="phpunit --configuration '${ws}/source/tests/phpunit.xml' --log-junit '${builddir}/logs/phpunit.xml' --coverage-clover '${builddir}/logs/coverage/clover.xml' '${ws}/source/tests'" /> </target> </project> |