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-06-01 03:08:04 +0300
committerdiosmosis <benaka@piwik.pro>2015-06-03 20:01:33 +0300
commit3d20112b66daa5b609dc460399c61262844572be (patch)
treea63d20035ce85f838b5cc3f1afebadd459082b4c /tests/PHPUnit/Fixtures/ManySitesImportedLogs.php
parent6553f8533f54981a179b9e953323e8737b47d438 (diff)
Fixing all tests that use Access::setSingletonInstance().
Diffstat (limited to 'tests/PHPUnit/Fixtures/ManySitesImportedLogs.php')
-rw-r--r--tests/PHPUnit/Fixtures/ManySitesImportedLogs.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/PHPUnit/Fixtures/ManySitesImportedLogs.php b/tests/PHPUnit/Fixtures/ManySitesImportedLogs.php
index c7e65c7499..87a3143d32 100644
--- a/tests/PHPUnit/Fixtures/ManySitesImportedLogs.php
+++ b/tests/PHPUnit/Fixtures/ManySitesImportedLogs.php
@@ -34,12 +34,6 @@ class ManySitesImportedLogs extends Fixture
public $includeNginxJson = false;
public $includeApiCustomVarMapping = false;
- public static function createAccessInstance()
- {
- Access::setSingletonInstance($access = new OverrideLogin());
- \Piwik\Piwik::postEvent('Request.initAuthenticationObject');
- }
-
public function setUp()
{
$this->setUpWebsitesAndGoals();