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 a996ac0 commit 155bad3Copy full SHA for 155bad3
build.xml
@@ -31,7 +31,7 @@
31
</target>
32
33
<target name="test" depends="generate-autoloader" description="Run tests">
34
- <exec executable="${basedir}/tools/phpunit" taskname="phpunit"/>
+ <exec executable="${basedir}/tools/phpunit" taskname="phpunit" failonerror="true"/>
35
36
</project>
37
0 commit comments