浏览代码

turned on colors for phpunit

Johannes Schmitt 14 年之前
父节点
当前提交
0ac1a603a5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      phpunit.xml.dist

+ 1 - 1
phpunit.xml.dist

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