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. --- ...kCustomVariablesAndCampaignsForceUsingVisitIdNotHeuristicsTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/PHPUnit/System/TrackCustomVariablesAndCampaignsForceUsingVisitIdNotHeuristicsTest.php') diff --git a/tests/PHPUnit/System/TrackCustomVariablesAndCampaignsForceUsingVisitIdNotHeuristicsTest.php b/tests/PHPUnit/System/TrackCustomVariablesAndCampaignsForceUsingVisitIdNotHeuristicsTest.php index efb4cf4554..30b205d9eb 100755 --- a/tests/PHPUnit/System/TrackCustomVariablesAndCampaignsForceUsingVisitIdNotHeuristicsTest.php +++ b/tests/PHPUnit/System/TrackCustomVariablesAndCampaignsForceUsingVisitIdNotHeuristicsTest.php @@ -7,8 +7,8 @@ */ namespace Piwik\Tests\System; -use Piwik\Tests\SystemTestCase; -use Piwik\Tests\Fixtures\SomeVisitsCustomVariablesCampaignsNotHeuristics; +use Piwik\Tests\Impl\SystemTestCase; +use Piwik\Tests\Impl\Fixtures\SomeVisitsCustomVariablesCampaignsNotHeuristics; /** * Test tracker & API when forcing the use of visit ID instead of heuristics. Also -- cgit v1.2.3