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/ManyVisitorsOneWebsiteTest.php
parent8742bdaa943872e33c2ec2c17f9588a97f8d0398 (diff)
refs #5940 fix namespaces
Diffstat (limited to 'tests/PHPUnit/System/ManyVisitorsOneWebsiteTest.php')
-rwxr-xr-xtests/PHPUnit/System/ManyVisitorsOneWebsiteTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/System/ManyVisitorsOneWebsiteTest.php b/tests/PHPUnit/System/ManyVisitorsOneWebsiteTest.php
index 2cf094b92f..72994a3f16 100755
--- a/tests/PHPUnit/System/ManyVisitorsOneWebsiteTest.php
+++ b/tests/PHPUnit/System/ManyVisitorsOneWebsiteTest.php
@@ -11,7 +11,7 @@ require_once PIWIK_INCLUDE_PATH . '/tests/PHPUnit/MockLocationProvider.php';
use Piwik\Date;
use Piwik\Tests\Impl\SystemTestCase;
-use Piwik\Tests\Impl\Fixtures\ManyVisitsWithGeoIP;
+use Piwik\Tests\Fixtures\ManyVisitsWithGeoIP;
/**
* Tests w/ 14 visitors w/ 2 visits each.