Browse Source

switched colors to on by default in phpunit.xml

Fabien Potencier 14 năm trước cách đây
mục cha
commit
285e09fe0e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"