ソースを参照

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"
 <phpunit backupGlobals="false"
          backupStaticAttributes="false"
          backupStaticAttributes="false"
-         colors="false"
+         colors="true"
          convertErrorsToExceptions="true"
          convertErrorsToExceptions="true"
          convertNoticesToExceptions="true"
          convertNoticesToExceptions="true"
          convertWarningsToExceptions="true"
          convertWarningsToExceptions="true"