summaryrefslogtreecommitdiffstats
path: root/tests/Core/Command/Group/AddUserTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Core/Command/Group/AddUserTest.php')
-rw-r--r--tests/Core/Command/Group/AddUserTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Core/Command/Group/AddUserTest.php b/tests/Core/Command/Group/AddUserTest.php
index 800e5ecd4f4..ad7267ca841 100644
--- a/tests/Core/Command/Group/AddUserTest.php
+++ b/tests/Core/Command/Group/AddUserTest.php
@@ -61,7 +61,7 @@ class AddUserTest extends TestCase {
->willReturnCallback(function ($arg) {
if ($arg === 'group') {
return 'myGroup';
- } else if ($arg === 'user') {
+ } elseif ($arg === 'user') {
return 'myUser';
}
throw new \Exception();