From 802b88ea4ce9291cd4b58cc17dae4ea19402ec8c Mon Sep 17 00:00:00 2001 From: Filippo Tessarotto Date: Mon, 12 Nov 2012 14:52:44 +0100 Subject: [PATCH] Colorify PHPUnit --- phpunit.xml.dist | 1 + phpunit.xml.nocoverage | 1 + 2 files changed, 2 insertions(+) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 6452c64f71..36a109d68a 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -3,6 +3,7 @@ backupGlobals="false" backupStaticAttributes="false" strict="true" + colors="true" verbose="true"> diff --git a/phpunit.xml.nocoverage b/phpunit.xml.nocoverage index 934cad6f77..6f1967a7e1 100644 --- a/phpunit.xml.nocoverage +++ b/phpunit.xml.nocoverage @@ -3,6 +3,7 @@ backupGlobals="false" backupStaticAttributes="false" strict="true" + colors="true" verbose="true">