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, 0 insertions, 2 deletions
diff --git a/tests/Core/Command/Group/RemoveUserTest.php b/tests/Core/Command/Group/RemoveUserTest.php
index f9a25face3b..906247d0896 100644
--- a/tests/Core/Command/Group/RemoveUserTest.php
+++ b/tests/Core/Command/Group/RemoveUserTest.php
@@ -115,6 +115,4 @@ class RemoveUserTest extends TestCase {
$this->invokePrivate($this->command, 'execute', [$this->input, $this->output]);
}
-
-
}