[cleanup/files] Enable colors in tests

This commit is contained in:
Marc Alexander
2013-10-29 16:59:12 +01:00
parent 6afff6b32c
commit b9946a227c
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
<phpunit backupGlobals="true"
backupStaticAttributes="true"
colors="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"

View File

@@ -2,7 +2,7 @@
<phpunit backupGlobals="true"
backupStaticAttributes="true"
colors="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"

View File

@@ -2,7 +2,7 @@
<phpunit backupGlobals="true"
backupStaticAttributes="true"
colors="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"