fixing the phpunit.xml

This commit is contained in:
Fernando Ontiveros
2012-07-04 18:03:55 -04:00
parent 5ff84a9b63
commit f898a9c099

View File

@@ -120,7 +120,7 @@
</target>
<target name="phpunit" description="Run unit tests with PHPUnit">
<exec executable="phpunit" failonerror="true"/>
<exec executable="phpunit" failonerror="false"/>
</target>
<target name="phpcb" description="Aggregate tool output with PHP_CodeBrowser">