浏览代码

switched colors to on by default in phpunit.xml

Fabien Potencier 14 年之前
父节点
当前提交
285e09fe0e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      phpunit.xml.dist

+ 1 - 1
phpunit.xml.dist

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