summaryrefslogtreecommitdiffstats
path: root/tests/Unit/Controller/AdminControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Controller/AdminControllerTest.php')
-rw-r--r--tests/Unit/Controller/AdminControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Controller/AdminControllerTest.php b/tests/Unit/Controller/AdminControllerTest.php
index 81490bb6f..a9d7bb127 100644
--- a/tests/Unit/Controller/AdminControllerTest.php
+++ b/tests/Unit/Controller/AdminControllerTest.php
@@ -62,7 +62,7 @@ class AdminControllerTest extends TestCase
->disableOriginalConstructor()
->getMock();
- $this->controller = new AdminController($this->appName, $this->request, $this->config, $this->itemService);
+ $this->controller = new AdminController($this->request, $this->config, $this->itemService);
}
/**