enable colors in PHPUnit
authorAntoine Musso <hashar@users.mediawiki.org>
Mon, 30 May 2011 18:26:46 +0000 (18:26 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Mon, 30 May 2011 18:26:46 +0000 (18:26 +0000)
Since PHPUnit support color output, we might as well use it :)

tests/phpunit/suite.xml

index e6649be..c132f5e 100644 (file)
@@ -2,7 +2,7 @@
 
 <!-- colors don't work on Windows! -->
 <phpunit bootstrap="./bootstrap.php"
-         colors="false"
+         colors="true"
          backupGlobals="false"
          convertErrorsToExceptions="true"
          convertNoticesToExceptions="true"