We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7a2e22 commit 2881b9eCopy full SHA for 2881b9e
build.xml
@@ -64,7 +64,7 @@
64
<target name="phpunit" depends="prepare" description="PHP unit">
65
<delete file="${basedir}/build/logs/phpunit.xml" quiet="true" />
66
67
- <exec executable="${phpunit}">
+ <exec executable="${phpunit}" failonerror="true">
68
<arg line='--configuration ${basedir}/phpunit.xml.dist' />
69
<arg line='-d memory_limit=256M' />
70
<arg line='--log-junit "${basedir}/build/logs/phpunit.xml"' />
@@ -78,7 +78,7 @@
78
<delete dir="${basedir}/build/coverage" quiet="true" />
79
<mkdir dir="${basedir}/build/coverage" />
80
81
82
83
84
0 commit comments