Przeglądaj źródła

turned on colors for phpunit

Johannes Schmitt 14 lat temu
rodzic
commit
0ac1a603a5
1 zmienionych plików z 1 dodań i 1 usunięć
  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"