From 91dd016044f094f258fc83ba42d114a792398d23 Mon Sep 17 00:00:00 2001
From: mattab <matthieu.aubry@gmail.com>
Date: Sun, 14 Sep 2014 16:25:17 +1200
Subject: [PATCH] keep travis fast by logging this only at debug level

---
 tests/PHPUnit/Fixture.php | 2 +-
 tests/PHPUnit/UI          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/PHPUnit/Fixture.php b/tests/PHPUnit/Fixture.php
index 5a31161f6d..3fd7320094 100644
--- a/tests/PHPUnit/Fixture.php
+++ b/tests/PHPUnit/Fixture.php
@@ -321,7 +321,7 @@ class Fixture extends PHPUnit_Framework_Assert
             }
         }
 
-        Log::info("Plugins to load during tests: " . implode(', ', $plugins));
+        Log::debug("Plugins to load during tests: " . implode(', ', $plugins));
 
         $pluginsManager->loadPlugins($plugins);
     }
diff --git a/tests/PHPUnit/UI b/tests/PHPUnit/UI
index dfcea4efc1..65603cd2f1 160000
--- a/tests/PHPUnit/UI
+++ b/tests/PHPUnit/UI
@@ -1 +1 @@
-Subproject commit dfcea4efc15a1d896ddcb56595cc971633abfcc9
+Subproject commit 65603cd2f1b043e300c7985b5765b60f04a5237a
-- 
GitLab