From 4e16ab9d03fd68e1171161dc775c8de7366f18c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Mo=CC=88ller?= Date: Sat, 19 Sep 2015 17:15:32 +0200 Subject: [PATCH] Enhancement: Use all the columns --- phpunit.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/phpunit.xml b/phpunit.xml index b9812336..9191b9b0 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -5,6 +5,7 @@ backupGlobals="false" bootstrap="./module/Application/test/bootstrap.php" colors="true" + columns="max" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true"