diff --git a/tests/PHPUnit/TestingEnvironment.php b/tests/PHPUnit/TestingEnvironment.php index 10869303eae68769fb066b58964dfd2b3552710f..2332c068e4f59ff1f86a3ae5e21a7a1ba772baa3 100644 --- a/tests/PHPUnit/TestingEnvironment.php +++ b/tests/PHPUnit/TestingEnvironment.php @@ -77,7 +77,7 @@ class Piwik_TestingEnvironment public function logVariables() { if (isset($_SERVER['QUERY_STRING'])) { - \Piwik\Log::info("Test Environment Variables for (%s):\n%s", $_SERVER['QUERY_STRING'], print_r($this->behaviorOverrideProperties, true)); + \Piwik\Log::verbose("Test Environment Variables for (%s):\n%s", $_SERVER['QUERY_STRING'], print_r($this->behaviorOverrideProperties, true)); } } diff --git a/tests/PHPUnit/UI b/tests/PHPUnit/UI index 3e65b5d4db595b436e43182232e5af4ef7772294..afe792f3f7392f6c6e592fba03512098402d3542 160000 --- a/tests/PHPUnit/UI +++ b/tests/PHPUnit/UI @@ -1 +1 @@ -Subproject commit 3e65b5d4db595b436e43182232e5af4ef7772294 +Subproject commit afe792f3f7392f6c6e592fba03512098402d3542