瀏覽代碼

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"