summaryrefslogtreecommitdiffstats
path: root/tests/Core/Command/Group/DeleteTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Core/Command/Group/DeleteTest.php')
-rw-r--r--tests/Core/Command/Group/DeleteTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Core/Command/Group/DeleteTest.php b/tests/Core/Command/Group/DeleteTest.php
index f9b1cbbe3a8..4c2acbbad94 100644
--- a/tests/Core/Command/Group/DeleteTest.php
+++ b/tests/Core/Command/Group/DeleteTest.php
@@ -44,7 +44,7 @@ class DeleteTest 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);