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/Plugin/ArchivedMetricTest.php')
-rw-r--r--tests/PHPUnit/Integration/Plugin/ArchivedMetricTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/PHPUnit/Integration/Plugin/ArchivedMetricTest.php b/tests/PHPUnit/Integration/Plugin/ArchivedMetricTest.php
index 570a56bcaa..03946c9b63 100644
--- a/tests/PHPUnit/Integration/Plugin/ArchivedMetricTest.php
+++ b/tests/PHPUnit/Integration/Plugin/ArchivedMetricTest.php
@@ -33,7 +33,7 @@ class ArchivedMetricTest extends IntegrationTestCase
*/
private $metric;
- public function setUp()
+ public function setUp(): void
{
parent::setUp();
@@ -45,7 +45,7 @@ class ArchivedMetricTest extends IntegrationTestCase
$this->metric = $this->makeMetric('%s');
}
- public function tearDown()
+ public function tearDown(): void
{
Fixture::resetTranslations();
parent::tearDown();