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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2014-11-14 06:28:13 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-11-14 06:29:54 +0300
commitc7295c121b94489edf2800c6b220ee86e7b4c496 (patch)
tree5549bec11fca5b93341db0ab2a24a1d57cbf1ca2 /plugins/SEO
parentbc2f82d1c265ffa0dfc5f76bdadc6be68da5348f (diff)
Replaced usage of deprecated \FakeAccess to Piwik\Tests\Framework\Mock\FakeAccess
Diffstat (limited to 'plugins/SEO')
-rw-r--r--plugins/SEO/tests/Integration/SEOTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SEO/tests/Integration/SEOTest.php b/plugins/SEO/tests/Integration/SEOTest.php
index 14f8666d61..7ece856ed5 100644
--- a/plugins/SEO/tests/Integration/SEOTest.php
+++ b/plugins/SEO/tests/Integration/SEOTest.php
@@ -11,8 +11,8 @@ namespace Piwik\Plugins\SEO\tests\Integration;
use Piwik\Access;
use Piwik\DataTable\Renderer;
use Piwik\Plugins\SEO\API;
-use FakeAccess;
use Exception;
+use Piwik\Tests\Framework\Mock\FakeAccess;
/**
* @group SEO