Fix: begin test with phpunit and stop on failure

This commit is contained in:
Regis Houssin 2012-03-21 12:07:38 +01:00
parent b1f1c203fd
commit 799b46d941

View File

@ -97,5 +97,5 @@
</exec>
</target>
<target name="hudson" depends="clean,parallelTasks,phpunit"/>
<target name="hudson" depends="clean,phpunit,parallelTasks"/>
</project>