Removing colors from phpunit result to allow for nice printing in Jenkins

skala
Yannick Warnier 12 years ago
parent 81c6efc287
commit 5103a32120
  1. 2
      tests/phpunit/phpunit.xml

@ -2,7 +2,7 @@
<phpunit bootstrap="autoload.php"
backupGlobals="false"
backupStaticAttributes="false"
colors="true"
colors="false"
strict="true"
verbose="true"
convertErrorsToExceptions="true"

Loading…
Cancel
Save