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/WidgetsProviderTest.php')
-rw-r--r--tests/PHPUnit/Integration/Plugin/WidgetsProviderTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/PHPUnit/Integration/Plugin/WidgetsProviderTest.php b/tests/PHPUnit/Integration/Plugin/WidgetsProviderTest.php
index 14e18d2851..9f375fe7b1 100644
--- a/tests/PHPUnit/Integration/Plugin/WidgetsProviderTest.php
+++ b/tests/PHPUnit/Integration/Plugin/WidgetsProviderTest.php
@@ -28,7 +28,7 @@ class WidgetsProviderTest extends IntegrationTestCase
*/
private $widgets;
- public function setUp()
+ public function setUp(): void
{
parent::setUp();
@@ -40,7 +40,7 @@ class WidgetsProviderTest extends IntegrationTestCase
$this->widgets = new WidgetsProvider(StaticContainer::get('Piwik\Plugin\Manager'));
}
- public function tearDown()
+ public function tearDown(): void
{
parent::tearDown();
unset($_GET['idSite']);