summaryrefslogtreecommitdiffstats
path: root/tests/Unit/Controller/FolderControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Controller/FolderControllerTest.php')
-rw-r--r--tests/Unit/Controller/FolderControllerTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Unit/Controller/FolderControllerTest.php b/tests/Unit/Controller/FolderControllerTest.php
index ef1b1e965..522b3a754 100644
--- a/tests/Unit/Controller/FolderControllerTest.php
+++ b/tests/Unit/Controller/FolderControllerTest.php
@@ -79,7 +79,6 @@ class FolderControllerTest extends TestCase
->method('getUser')
->will($this->returnValue($this->user));
$this->class = new FolderController(
- $appName,
$request,
$this->folderService,
$this->feedService,