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