summaryrefslogtreecommitdiffstats
path: root/tests/Core/Command/Group/AddTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Core/Command/Group/AddTest.php')
-rw-r--r--tests/Core/Command/Group/AddTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Core/Command/Group/AddTest.php b/tests/Core/Command/Group/AddTest.php
index c7010e53e58..ea30a5d3d68 100644
--- a/tests/Core/Command/Group/AddTest.php
+++ b/tests/Core/Command/Group/AddTest.php
@@ -44,7 +44,7 @@ class AddTest extends TestCase {
/** @var OutputInterface|\PHPUnit_Framework_MockObject_MockObject */
private $output;
- public function setUp() {
+ public function setUp(): void {
parent::setUp();
$this->groupManager = $this->createMock(IGroupManager::class);