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