summaryrefslogtreecommitdiffstats
path: root/tests/unit/external/FeedAPITest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/external/FeedAPITest.php')
-rw-r--r--tests/unit/external/FeedAPITest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/external/FeedAPITest.php b/tests/unit/external/FeedAPITest.php
index 7b66733bd..2b0706d04 100644
--- a/tests/unit/external/FeedAPITest.php
+++ b/tests/unit/external/FeedAPITest.php
@@ -45,11 +45,11 @@ class FeedAPITest extends \PHPUnit_Framework_TestCase {
private $request;
protected function setUp() {
- $this->api = $this->folderBusinessLayer = $this->getMockBuilder(
+ $this->api = $this->getMockBuilder(
'\OCA\AppFramework\Core\API')
->disableOriginalConstructor()
->getMock();
- $this->request = $this->folderBusinessLayer = $this->getMockBuilder(
+ $this->request = $this->getMockBuilder(
'\OCA\AppFramework\Http\Request')
->disableOriginalConstructor()
->getMock();