Procházet zdrojové kódy

turned on colors for phpunit

Johannes Schmitt před 14 roky
rodič
revize
0ac1a603a5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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"