diff options
Diffstat (limited to 'tests/Core/Command/Group/RemoveUserTest.php')
-rw-r--r-- | tests/Core/Command/Group/RemoveUserTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Core/Command/Group/RemoveUserTest.php b/tests/Core/Command/Group/RemoveUserTest.php index 141483861c4..495046402a8 100644 --- a/tests/Core/Command/Group/RemoveUserTest.php +++ b/tests/Core/Command/Group/RemoveUserTest.php @@ -53,7 +53,7 @@ class RemoveUserTest extends TestCase { parent::setUp(); $this->groupManager = $this->createMock(IGroupManager::class); - $this->userManager = $this->createMock(IUserManager::class); + $this->userManager = $this->createMock(IUserManager::class); $this->command = new RemoveUser($this->userManager, $this->groupManager); $this->input = $this->createMock(InputInterface::class); |