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/TwoSitesWithAnnotations.php')
-rw-r--r--tests/PHPUnit/Fixtures/TwoSitesWithAnnotations.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/PHPUnit/Fixtures/TwoSitesWithAnnotations.php b/tests/PHPUnit/Fixtures/TwoSitesWithAnnotations.php
index 90c98bb950..6b909ba43e 100644
--- a/tests/PHPUnit/Fixtures/TwoSitesWithAnnotations.php
+++ b/tests/PHPUnit/Fixtures/TwoSitesWithAnnotations.php
@@ -22,13 +22,13 @@ class TwoSitesWithAnnotations extends Fixture
public $idSite1 = 1;
public $idSite2 = 2;
- public function setUp()
+ public function setUp(): void
{
$this->setUpWebsitesAndGoals();
$this->addAnnotations();
}
- public function tearDown()
+ public function tearDown(): void
{
// empty
}