summaryrefslogtreecommitdiffstats
path: root/tests/Unit/Controller/UserApiControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Controller/UserApiControllerTest.php')
-rw-r--r--tests/Unit/Controller/UserApiControllerTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Unit/Controller/UserApiControllerTest.php b/tests/Unit/Controller/UserApiControllerTest.php
index 49010627b..45a59ce4b 100644
--- a/tests/Unit/Controller/UserApiControllerTest.php
+++ b/tests/Unit/Controller/UserApiControllerTest.php
@@ -52,7 +52,8 @@ class UserApiControllerTest extends TestCase
->disableOriginalConstructor()
->getMock();
$this->controller = new UserApiController(
- $this->appName, $this->request, $this->userSession,
+ $this->request,
+ $this->userSession,
$this->rootFolder
);