Merge pull request #181 from ferOnti/master

fixing phpunit.xml
This commit is contained in:
ferOnti
2012-07-04 15:05:34 -07:00

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">