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
path: root/config
diff options
context:
space:
mode:
authordiosmosis <benaka@piwik.pro>2015-05-31 06:28:39 +0300
committerdiosmosis <benaka@piwik.pro>2015-06-02 01:05:28 +0300
commit041c0583247eb85af308dd9f93bddf50086e74fa (patch)
tree7552ade2f2747010be9da14c425617af6e68ac58 /config
parent94dbed5837afeca3121d2dfa5ab1b8f07359a8ed (diff)
Remove TestingEnvironment variables logging from test runs, as it has not to my knowledge been useful in debugging mysterious test failures.
Diffstat (limited to 'config')
-rw-r--r--config/environment/test.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/environment/test.php b/config/environment/test.php
index 760a8dc05d..de804ef98e 100644
--- a/config/environment/test.php
+++ b/config/environment/test.php
@@ -50,7 +50,6 @@ return array(
array('Environment.bootstrapped', function () {
$testingEnvironment = new TestingEnvironment();
- $testingEnvironment->logVariables();
$testingEnvironment->executeSetupTestEnvHook();
}),