Updating phpunit execution task on build.xml for jenkins, disabling colors
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
<phpunit backupGlobals="false"
|
||||
backupStaticAttributes="false"
|
||||
colors="true"
|
||||
colors="false"
|
||||
convertErrorsToExceptions="true"
|
||||
convertNoticesToExceptions="true"
|
||||
convertWarningsToExceptions="true"
|
||||
|
||||
Reference in New Issue
Block a user