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/FlattenReportsTest.php
parent8742bdaa943872e33c2ec2c17f9588a97f8d0398 (diff)
refs #5940 fix namespaces
Diffstat (limited to 'tests/PHPUnit/System/FlattenReportsTest.php')
-rw-r--r--tests/PHPUnit/System/FlattenReportsTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/System/FlattenReportsTest.php b/tests/PHPUnit/System/FlattenReportsTest.php
index 46787d1da9..046bdb8d3d 100644
--- a/tests/PHPUnit/System/FlattenReportsTest.php
+++ b/tests/PHPUnit/System/FlattenReportsTest.php
@@ -8,7 +8,7 @@
namespace Piwik\Tests\System;
use Piwik\Tests\Impl\SystemTestCase;
-use Piwik\Tests\Impl\Fixtures\ManyVisitsWithSubDirReferrersAndCustomVars;
+use Piwik\Tests\Fixtures\ManyVisitsWithSubDirReferrersAndCustomVars;
/**
* Tests the flattening of reports.