Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiosmosis <benakamoorthi@fastmail.fm>2014-03-26 18:39:41 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-03-26 18:39:41 +0400
commit8d5ecdb13f05e355c0ef439ff6ff2414d04c204a (patch)
tree78501cd5b94c07e266b53df4fae1f7b0612b7b7a
parent33174ad5f7ebdd03e06e41859d127e8f5635e1a5 (diff)
Revert logging to screen during tests.
-rw-r--r--tests/PHPUnit/TestingEnvironment.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/TestingEnvironment.php b/tests/PHPUnit/TestingEnvironment.php
index a212a323c7..dbd1188519 100644
--- a/tests/PHPUnit/TestingEnvironment.php
+++ b/tests/PHPUnit/TestingEnvironment.php
@@ -118,7 +118,7 @@ class Piwik_TestingEnvironment
});
$config->Plugins_Tracker = array('Plugins_Tracker' => $trackerPluginsToLoad);
- $config->log['log_writers'] = array('screen', 'file');
+ $config->log['log_writers'] = array('file');
$manager->unloadPlugins();