summaryrefslogtreecommitdiffstats
path: root/tests/unit/controller/FeedControllerTest.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-12 23:26:59 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-12 23:26:59 +0200
commit937f025137cf511eba332260ea1ae876090b7d43 (patch)
tree1e35307731960700cddea26e0e4b0621ebb251c0 /tests/unit/controller/FeedControllerTest.php
parent2dd8827768379ef8a96611b7b702464da8fd7349 (diff)
remove more unused code
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'
);