summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarron.woods <arron.woods@deae1e92-32f9-c189-e222-5b9b5081a27a>2011-04-21 18:09:18 +0000
committerarron.woods <arron.woods@deae1e92-32f9-c189-e222-5b9b5081a27a>2011-04-21 18:09:18 +0000
commit499783822488366098ff9bf1ad878d9b2372df85 (patch)
tree91523aa53547c462dd98edd6fd81619d8769dd23
parent76c1a3b95b1abde5269a604547a08bb0f7fc0cf3 (diff)
downloadphp-ssrs-499783822488366098ff9bf1ad878d9b2372df85.zip
php-ssrs-499783822488366098ff9bf1ad878d9b2372df85.tar.gz
php-ssrs-499783822488366098ff9bf1ad878d9b2372df85.tar.bz2
Configuration option for phpunit
-rwxr-xr-xbuild.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 620ca1c..e863e18 100755
--- a/build.xml
+++ b/build.xml
@@ -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>