diff options
Diffstat (limited to 'tests/Core/Command/Group/AddUserTest.php')
-rw-r--r-- | tests/Core/Command/Group/AddUserTest.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/Core/Command/Group/AddUserTest.php b/tests/Core/Command/Group/AddUserTest.php index ad7267ca841..3f7f811b7e8 100644 --- a/tests/Core/Command/Group/AddUserTest.php +++ b/tests/Core/Command/Group/AddUserTest.php @@ -115,6 +115,4 @@ class AddUserTest extends TestCase { $this->invokePrivate($this->command, 'execute', [$this->input, $this->output]); } - - } |