From 3e134db7cf87e28b37037b650b3378fe9deeb475 Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Mon, 6 Oct 2014 07:25:22 +0200 Subject: refs #5940 we might stay backwards compatible this way for 2 months. moved some tests from unit to integration and explained when a test is a unit test, an integration test or a system test. --- tests/PHPUnit/System/FlattenReportsTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/PHPUnit/System/FlattenReportsTest.php') diff --git a/tests/PHPUnit/System/FlattenReportsTest.php b/tests/PHPUnit/System/FlattenReportsTest.php index e38e10cf7f..46787d1da9 100644 --- a/tests/PHPUnit/System/FlattenReportsTest.php +++ b/tests/PHPUnit/System/FlattenReportsTest.php @@ -7,8 +7,8 @@ */ namespace Piwik\Tests\System; -use Piwik\Tests\SystemTestCase; -use Piwik\Tests\Fixtures\ManyVisitsWithSubDirReferrersAndCustomVars; +use Piwik\Tests\Impl\SystemTestCase; +use Piwik\Tests\Impl\Fixtures\ManyVisitsWithSubDirReferrersAndCustomVars; /** * Tests the flattening of reports. -- cgit v1.2.3