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 'tests/PHPUnit/Unit/TrackerTest.php')
-rw-r--r--tests/PHPUnit/Unit/TrackerTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/PHPUnit/Unit/TrackerTest.php b/tests/PHPUnit/Unit/TrackerTest.php
index 8d0dc89908..7a0e11d112 100644
--- a/tests/PHPUnit/Unit/TrackerTest.php
+++ b/tests/PHPUnit/Unit/TrackerTest.php
@@ -208,6 +208,7 @@ class TestTracker extends Tracker
{
public function __construct()
{
+ parent::__construct();
$this->record = true;
}