summaryrefslogtreecommitdiffstats
path: root/tests/Unit/Service/ServiceTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Service/ServiceTest.php')
-rw-r--r--tests/Unit/Service/ServiceTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Service/ServiceTest.php b/tests/Unit/Service/ServiceTest.php
index eb1898290..8f601be46 100644
--- a/tests/Unit/Service/ServiceTest.php
+++ b/tests/Unit/Service/ServiceTest.php
@@ -37,7 +37,7 @@ class ServiceTest extends TestCase
protected $mapper;
protected $newsService;
- protected function setUp()
+ protected function setUp(): void
{
$this->mapper = $this->getMockBuilder(ItemMapper::class)
->disableOriginalConstructor()