Преглед на файлове

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