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/Referrers/tests/Integration/Columns/ReferrerNameTest.php')
-rw-r--r--plugins/Referrers/tests/Integration/Columns/ReferrerNameTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Referrers/tests/Integration/Columns/ReferrerNameTest.php b/plugins/Referrers/tests/Integration/Columns/ReferrerNameTest.php
index a42ffe91b9..ca39ec2632 100644
--- a/plugins/Referrers/tests/Integration/Columns/ReferrerNameTest.php
+++ b/plugins/Referrers/tests/Integration/Columns/ReferrerNameTest.php
@@ -35,7 +35,7 @@ class ReferrerNameTest extends IntegrationTestCase
private $idSite3 = 3;
private $idSite4 = 4;
- public function setUp()
+ public function setUp(): void
{
parent::setUp();
@@ -52,7 +52,7 @@ class ReferrerNameTest extends IntegrationTestCase
$this->referrerName = new ReferrerName();
}
- public function tearDown()
+ public function tearDown(): void
{
// clean up your test here if needed
Cache::clearCacheGeneral();