Updating phpunit execution task on build.xml for jenkins, disabling colors

This commit is contained in:
Erik Amaru Ortiz
2014-04-03 12:59:26 -04:00
parent aad2968335
commit 51692159e8

View File

@@ -2,7 +2,7 @@
<phpunit backupGlobals="false"
backupStaticAttributes="false"
colors="true"
colors="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"