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/Columns/DimensionTest.php')
-rw-r--r--tests/PHPUnit/Integration/Columns/DimensionTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/PHPUnit/Integration/Columns/DimensionTest.php b/tests/PHPUnit/Integration/Columns/DimensionTest.php
index 6f3e64464c..551da965d8 100644
--- a/tests/PHPUnit/Integration/Columns/DimensionTest.php
+++ b/tests/PHPUnit/Integration/Columns/DimensionTest.php
@@ -79,7 +79,7 @@ class ColumnDimensionTest extends IntegrationTestCase
*/
private $dimension;
- public function setUp()
+ public function setUp(): void
{
parent::setUp();
@@ -93,7 +93,7 @@ class ColumnDimensionTest extends IntegrationTestCase
$this->dimension = new CustomDimensionTest();
}
- public function tearDown()
+ public function tearDown(): void
{
Fixture::resetTranslations();
parent::tearDown();