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:
authorThomas Steur <thomas.steur@googlemail.com>2014-10-06 09:55:09 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-10-06 09:55:09 +0400
commitb9112763026b85398b2406a478c0436088ef461c (patch)
treeaf3f4bfe1eaedc8ee52434c271486f60a6cad163 /tests/PHPUnit/System/PivotByQueryParamTest.php
parent8742bdaa943872e33c2ec2c17f9588a97f8d0398 (diff)
refs #5940 fix namespaces
Diffstat (limited to 'tests/PHPUnit/System/PivotByQueryParamTest.php')
-rw-r--r--tests/PHPUnit/System/PivotByQueryParamTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/System/PivotByQueryParamTest.php b/tests/PHPUnit/System/PivotByQueryParamTest.php
index 88829fec0a..cfe630d9d5 100644
--- a/tests/PHPUnit/System/PivotByQueryParamTest.php
+++ b/tests/PHPUnit/System/PivotByQueryParamTest.php
@@ -9,7 +9,7 @@ namespace Piwik\Tests\System;
use Piwik\Config;
use Piwik\Date;
-use Piwik\Tests\Impl\Fixtures\ManyVisitsWithMockLocationProvider;
+use Piwik\Tests\Fixtures\ManyVisitsWithMockLocationProvider;
use Piwik\Tests\Impl\SystemTestCase;
/**