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:30:07 +0300
committerdiosmosis <benaka@piwik.pro>2015-06-02 01:05:28 +0300
commit978b4e433cd5583789ada3578fd0f09ebff4cce5 (patch)
treeb7a0139dea5041344936577e823e8ff76995a5f5 /config
parent041c0583247eb85af308dd9f93bddf50086e74fa (diff)
Merge Request.dispatch test environment event observer w/ the Environment.bootstrapped one.
Diffstat (limited to 'config')
-rw-r--r--config/environment/test.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/environment/test.php b/config/environment/test.php
index de804ef98e..5f631db07a 100644
--- a/config/environment/test.php
+++ b/config/environment/test.php
@@ -51,9 +51,7 @@ return array(
array('Environment.bootstrapped', function () {
$testingEnvironment = new TestingEnvironment();
$testingEnvironment->executeSetupTestEnvHook();
- }),
- array('Request.dispatch', function () {
if (empty($_GET['ignoreClearAllViewDataTableParameters'])) { // TODO: should use testingEnvironment variable, not query param
try {
\Piwik\ViewDataTable\Manager::clearAllViewDataTableParameters();