Explorar el Código

switched colors to on by default in phpunit.xml

Fabien Potencier hace 14 años
padre
commit
285e09fe0e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"