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/ArchiveProcessingTest.php')
-rw-r--r--tests/PHPUnit/Integration/ArchiveProcessingTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/PHPUnit/Integration/ArchiveProcessingTest.php b/tests/PHPUnit/Integration/ArchiveProcessingTest.php
index 0a493dff34..5c53c4a2b1 100644
--- a/tests/PHPUnit/Integration/ArchiveProcessingTest.php
+++ b/tests/PHPUnit/Integration/ArchiveProcessingTest.php
@@ -40,7 +40,7 @@ class ArchiveProcessorTest extends ArchiveProcessor\Loader
*/
class ArchiveProcessingTest extends IntegrationTestCase
{
- public function setUp()
+ public function setUp(): void
{
parent::setUp();
@@ -50,7 +50,7 @@ class ArchiveProcessingTest extends IntegrationTestCase
ArchiveTableCreator::$tablesAlreadyInstalled = null;
}
- public function tearDown()
+ public function tearDown(): void
{
ArchiveTableCreator::$tablesAlreadyInstalled = null;
}