From 7bb713e57667b8704d8f5dde4cfcd7b125b7cfb9 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 28 Mar 2020 10:46:45 +0100 Subject: change setUp method signature to match parent --- tests/Unit/Analyzer/EntropyAnalyzerTest.php | 2 +- tests/Unit/Analyzer/EntropyResultTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/Unit') diff --git a/tests/Unit/Analyzer/EntropyAnalyzerTest.php b/tests/Unit/Analyzer/EntropyAnalyzerTest.php index b78c164..87e9f3c 100644 --- a/tests/Unit/Analyzer/EntropyAnalyzerTest.php +++ b/tests/Unit/Analyzer/EntropyAnalyzerTest.php @@ -44,7 +44,7 @@ class EntropyAnalyzerTest extends TestCase /** @var string */ protected $userId = 'john'; - public function setUp() + public function setUp(): void { parent::setUp(); diff --git a/tests/Unit/Analyzer/EntropyResultTest.php b/tests/Unit/Analyzer/EntropyResultTest.php index 658647a..9a15ae9 100644 --- a/tests/Unit/Analyzer/EntropyResultTest.php +++ b/tests/Unit/Analyzer/EntropyResultTest.php @@ -29,7 +29,7 @@ class EntropyResultTest extends TestCase /** @var EntropyResult */ protected $entropyResult; - public function setUp() + public function setUp(): void { parent::setUp(); -- cgit v1.2.3