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@gmail.com>2014-10-10 00:55:11 +0400
committerThomas Steur <thomas.steur@gmail.com>2014-10-10 00:55:11 +0400
commit5b79f746876e24e1171c5cbfc25c5cfb21e87e36 (patch)
treeb33ff9be7fa684a165711f4f102bc88aec26f016 /tests/PHPUnit/Fixtures/OneVisitWithAbnormalPageviewUrls.php
parentd73cc850817c5c51bd8359ecb6a8f3b7a49ebd1c (diff)
parent9c32a948e1fd70c1db09147f634cde4a6bd4e5c4 (diff)
Merge branch 'master' into 5940_testRenamingAndCorrectFolders
Conflicts: plugins/CoreConsole/Commands/TestsRun.php
Diffstat (limited to 'tests/PHPUnit/Fixtures/OneVisitWithAbnormalPageviewUrls.php')
-rw-r--r--tests/PHPUnit/Fixtures/OneVisitWithAbnormalPageviewUrls.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/Fixtures/OneVisitWithAbnormalPageviewUrls.php b/tests/PHPUnit/Fixtures/OneVisitWithAbnormalPageviewUrls.php
index 56c3e29404..22999000ee 100644
--- a/tests/PHPUnit/Fixtures/OneVisitWithAbnormalPageviewUrls.php
+++ b/tests/PHPUnit/Fixtures/OneVisitWithAbnormalPageviewUrls.php
@@ -41,7 +41,7 @@ class OneVisitWithAbnormalPageviewUrls extends Fixture
{
$dateTime = $this->dateTime;
$idSite = $this->idSite;
- $t = self::getTracker($idSite, $dateTime, $defaultInit = true, $useThirdPartyCookie = 1);
+ $t = self::getTracker($idSite, $dateTime, $defaultInit = true);
$t->setUrlReferrer('http://www.google.com/search?q=piwik');
$t->setUrl('http://example.org/foo/bar.html');