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:
authordiosmosis <benaka@piwik.pro>2015-09-10 02:00:40 +0300
committerdiosmosis <benaka@piwik.pro>2015-09-10 02:00:40 +0300
commitb686ab1a8bfaf8ef6262cd2b9df0b26c2861c668 (patch)
treebbf5d543d8b9c44ed9f13a79034271166498742c /tests/PHPUnit/System/TrackCustomVariablesAndCampaignsForceUsingVisitIdNotHeuristicsTest.php
parentf7678c9fdc1e12310aea3f2654c51c8195104f85 (diff)
Refs #8630, when detecing campaign info in Referrers check _rcn and _rck query parameters.
Diffstat (limited to 'tests/PHPUnit/System/TrackCustomVariablesAndCampaignsForceUsingVisitIdNotHeuristicsTest.php')
-rwxr-xr-xtests/PHPUnit/System/TrackCustomVariablesAndCampaignsForceUsingVisitIdNotHeuristicsTest.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/PHPUnit/System/TrackCustomVariablesAndCampaignsForceUsingVisitIdNotHeuristicsTest.php b/tests/PHPUnit/System/TrackCustomVariablesAndCampaignsForceUsingVisitIdNotHeuristicsTest.php
index 2a08882e8d..27d19c09cc 100755
--- a/tests/PHPUnit/System/TrackCustomVariablesAndCampaignsForceUsingVisitIdNotHeuristicsTest.php
+++ b/tests/PHPUnit/System/TrackCustomVariablesAndCampaignsForceUsingVisitIdNotHeuristicsTest.php
@@ -19,6 +19,9 @@ use Piwik\Tests\Fixtures\SomeVisitsCustomVariablesCampaignsNotHeuristics;
*/
class TrackCustomVariablesAndCampaignsForceUsingVisitIdNotHeuristicsTest extends SystemTestCase
{
+ /**
+ * @var SomeVisitsCustomVariablesCampaignsNotHeuristics
+ */
public static $fixture = null; // initialized below class definition
/**