switcher PHPUnit colors to true
authorFabien Potencier <fabien.potencier@gmail.com>
Wed, 24 Aug 2011 10:15:02 +0000 (12:15 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Wed, 24 Aug 2011 10:15:02 +0000 (12:15 +0200)
phpunit.xml.dist

index 693dec4..6c5046f 100644 (file)
@@ -2,7 +2,7 @@
 
 <phpunit backupGlobals="false"
          backupStaticAttributes="false"
-         colors="false"
+         colors="true"
          convertErrorsToExceptions="true"
          convertNoticesToExceptions="true"
          convertWarningsToExceptions="true"