From 93aef4865cfdee9fcfa5acc9ff1950459a0af42e Mon Sep 17 00:00:00 2001 From: Stefan Giehl Date: Thu, 27 Feb 2020 11:08:45 +0100 Subject: Update to PHPUnit 8.5 (#15581) * use latest phpunit/phpunit ~8.5 * submodule updates * fixes --- tests/PHPUnit/Integration/Tracker/ActionTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/PHPUnit/Integration/Tracker/ActionTest.php') diff --git a/tests/PHPUnit/Integration/Tracker/ActionTest.php b/tests/PHPUnit/Integration/Tracker/ActionTest.php index ee071b2467..adc3f0efff 100644 --- a/tests/PHPUnit/Integration/Tracker/ActionTest.php +++ b/tests/PHPUnit/Integration/Tracker/ActionTest.php @@ -24,7 +24,7 @@ use Piwik\Tests\Framework\TestCase\IntegrationTestCase; */ class ActionTest extends IntegrationTestCase { - public function setUp() + public function setUp(): void { parent::setUp(); @@ -40,7 +40,7 @@ class ActionTest extends IntegrationTestCase Fixture::loadAllTranslations(); } - public function tearDown() + public function tearDown(): void { parent::tearDown(); -- cgit v1.2.3