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:
authorStefan Giehl <stefan@matomo.org>2020-01-20 22:26:09 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2020-01-20 22:26:09 +0300
commit9735fdda9fe991ad8d894bd8311e335ac6dcb2b0 (patch)
tree93499ddafdb7b3bfcaec27b2418e311dadb369f4 /plugins/Goals
parent9af15986a92976ae5a179835ce5cd76b1da25fa6 (diff)
Removes some code marked as deprecated (#15419)
Diffstat (limited to 'plugins/Goals')
-rw-r--r--plugins/Goals/tests/Integration/APITest.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Goals/tests/Integration/APITest.php b/plugins/Goals/tests/Integration/APITest.php
index 0d4be1c65c..2314cc5db2 100644
--- a/plugins/Goals/tests/Integration/APITest.php
+++ b/plugins/Goals/tests/Integration/APITest.php
@@ -34,9 +34,6 @@ class APITest extends IntegrationTestCase
parent::setUp();
$this->api = API::getInstance();
- Fixture::createAccessInstance();
- Piwik::setUserHasSuperUserAccess();
-
Fixture::createWebsite('2014-01-01 00:00:00');
Fixture::createWebsite('2014-01-01 00:00:00');
}