summaryrefslogtreecommitdiffstats
path: root/tests/unit/controller/FeedControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/controller/FeedControllerTest.php')
-rw-r--r--tests/unit/controller/FeedControllerTest.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/unit/controller/FeedControllerTest.php b/tests/unit/controller/FeedControllerTest.php
index a8309b41c..f4f22f108 100644
--- a/tests/unit/controller/FeedControllerTest.php
+++ b/tests/unit/controller/FeedControllerTest.php
@@ -458,12 +458,6 @@ class FeedControllerTest extends ControllerTestUtility {
public function testUpdateReturnsJSONError(){
- $result = array(
- 'feeds' => array(
- new Feed()
- )
- );
-
$url = array(
'feedId' => 4
);
@@ -601,8 +595,6 @@ class FeedControllerTest extends ControllerTestUtility {
public function testImportCreatesNoAdditionalFeed() {
- $feed = new Feed();
-
$post = array(
'json' => 'the json'
);