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 <benaka@piwik.pro>2015-05-21 00:38:47 +0300
committerdiosmosis <benaka@piwik.pro>2015-05-21 18:32:41 +0300
commit6e785703aca37f8db2434cc652ffa6de892652d1 (patch)
treeea3eaa3de5881a4bc5ce3e8dbe679187239d8736 /tests/PHPUnit/Framework/Fixture.php
parent10962b88b7138fb4ec03f6f8c00cd6edc988e4c6 (diff)
Allow event observers to be defined before the container is created via the observers.global DI config entry.
Diffstat (limited to 'tests/PHPUnit/Framework/Fixture.php')
-rw-r--r--tests/PHPUnit/Framework/Fixture.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/PHPUnit/Framework/Fixture.php b/tests/PHPUnit/Framework/Fixture.php
index 28e3cef8cf..3487f44cec 100644
--- a/tests/PHPUnit/Framework/Fixture.php
+++ b/tests/PHPUnit/Framework/Fixture.php
@@ -326,7 +326,6 @@ class Fixture extends \PHPUnit_Framework_Assert
PiwikCache::getEagerCache()->flushAll();
ArchiveTableCreator::clear();
\Piwik\Plugins\ScheduledReports\API::$cache = array();
- EventDispatcher::getInstance()->clearAllObservers();
$_GET = $_REQUEST = array();
Translate::reset();