diff options
-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> |