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:
Diffstat (limited to 'plugins/Contents/tests/Fixtures/TwoVisitsWithContents.php')
-rw-r--r--plugins/Contents/tests/Fixtures/TwoVisitsWithContents.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Contents/tests/Fixtures/TwoVisitsWithContents.php b/plugins/Contents/tests/Fixtures/TwoVisitsWithContents.php
index 0898578b18..7121cc1f16 100644
--- a/plugins/Contents/tests/Fixtures/TwoVisitsWithContents.php
+++ b/plugins/Contents/tests/Fixtures/TwoVisitsWithContents.php
@@ -19,7 +19,6 @@ class TwoVisitsWithContents extends Fixture
{
public $dateTime = '2010-01-03 11:22:33';
public $idSite = 1;
- public $idGoal1 = 1;
public function setUp(): void
{
@@ -65,7 +64,7 @@ class TwoVisitsWithContents extends Fixture
protected function trackContentImpressionsAndInteractions(MatomoTracker $vis)
{
$vis->setUrl('http://www.example.org/page');
- $vis->setGenerationTime(333);
+ $vis->setPerformanceTimings(33, 325, 124, 356, 215, 99);
self::checkResponse($vis->doTrackPageView('Ads'));
self::checkResponse($vis->doTrackContentImpression('ImageAd'));