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 03:52:18 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-11-14 03:52:18 +0300
commitba18f4374a412c73c07cbf4972e70fe9ac4a086a (patch)
tree02a2f595ac3bb1c4e5e9f1b2ef6404a40123136c /tests/PHPUnit/System/AnnotationsTest.php
parent8ed874f347673e75a604efff2edc5b6c9d0debcd (diff)
Removed usage of \FakeAccess in favor of Piwik\Tests\Framework\Mock\FakeAccess
Diffstat (limited to 'tests/PHPUnit/System/AnnotationsTest.php')
-rwxr-xr-xtests/PHPUnit/System/AnnotationsTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/System/AnnotationsTest.php b/tests/PHPUnit/System/AnnotationsTest.php
index 722b104978..49a41e2c2e 100755
--- a/tests/PHPUnit/System/AnnotationsTest.php
+++ b/tests/PHPUnit/System/AnnotationsTest.php
@@ -10,9 +10,9 @@ namespace Piwik\Tests\System;
use Piwik\Access;
use Piwik\API\Request;
use Piwik\Plugins\Annotations\API;
+use Piwik\Tests\Framework\Mock\FakeAccess;
use Piwik\Tests\Framework\TestCase\SystemTestCase;
use Piwik\Tests\Fixtures\TwoSitesWithAnnotations;
-use FakeAccess;
use Exception;
/**