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/Fixtures/FewVisitsWithSetVisitorId.php')
-rw-r--r--tests/PHPUnit/Fixtures/FewVisitsWithSetVisitorId.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/PHPUnit/Fixtures/FewVisitsWithSetVisitorId.php b/tests/PHPUnit/Fixtures/FewVisitsWithSetVisitorId.php
index cf4252499f..a7969cdff0 100644
--- a/tests/PHPUnit/Fixtures/FewVisitsWithSetVisitorId.php
+++ b/tests/PHPUnit/Fixtures/FewVisitsWithSetVisitorId.php
@@ -24,7 +24,7 @@ class FewVisitsWithSetVisitorId extends Fixture
const USER_ID_EXAMPLE_COM = 'email@example.com';
- public function setUp()
+ public function setUp(): void
{
$this->setUpWebsitesAndGoals();
$this->trackVisits_setVisitorId();
@@ -34,7 +34,7 @@ class FewVisitsWithSetVisitorId extends Fixture
$this->trackVisits_oneWeekLater_setUserId();
}
- public function tearDown()
+ public function tearDown(): void
{
// empty
}