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:
authorsgiehl <stefan@piwik.org>2015-12-22 01:11:26 +0300
committersgiehl <stefan@piwik.org>2015-12-22 01:11:26 +0300
commitd3431336539276e1a6429e3feb96c45da1dde04c (patch)
tree64fc7d8398c2e1121a1e3671607b6de210964707 /plugins/Goals/tests
parent462c82d873f8cc72b8eef1b79b4cfa4fbfe714e8 (diff)
remove unused use statements
Diffstat (limited to 'plugins/Goals/tests')
-rw-r--r--plugins/Goals/tests/Integration/APITest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Goals/tests/Integration/APITest.php b/plugins/Goals/tests/Integration/APITest.php
index a55498f7f8..913bebf0a6 100644
--- a/plugins/Goals/tests/Integration/APITest.php
+++ b/plugins/Goals/tests/Integration/APITest.php
@@ -8,7 +8,6 @@
namespace Piwik\Plugins\Goals\tests\Integration;
-use Piwik\Access;
use Piwik\Piwik;
use Piwik\Plugins\Goals\API;
use Piwik\Tests\Framework\Fixture;