summaryrefslogtreecommitdiffstats
path: root/tests/Unit/Controller/FeedApiControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Controller/FeedApiControllerTest.php')
-rw-r--r--tests/Unit/Controller/FeedApiControllerTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Unit/Controller/FeedApiControllerTest.php b/tests/Unit/Controller/FeedApiControllerTest.php
index 0ed65f5c5..9cfc47cec 100644
--- a/tests/Unit/Controller/FeedApiControllerTest.php
+++ b/tests/Unit/Controller/FeedApiControllerTest.php
@@ -91,7 +91,6 @@ class FeedApiControllerTest extends TestCase
->disableOriginalConstructor()
->getMock();
$this->class = new FeedApiController(
- $appName,
$request,
$userSession,
$this->oldFeedService,