summaryrefslogtreecommitdiffstats
path: root/tests/unit/controller/ItemApiControllerTest.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-12 23:16:08 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-12 23:16:08 +0200
commit874c469e0241962e15927de5aba758a7206849ba (patch)
tree219febba5e72e13e2a4f789cf59fd057b7368c28 /tests/unit/controller/ItemApiControllerTest.php
parent541318cb81710ef080b30cc790681ace773c11ac (diff)
remove more dead code
Diffstat (limited to 'tests/unit/controller/ItemApiControllerTest.php')
-rw-r--r--tests/unit/controller/ItemApiControllerTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/controller/ItemApiControllerTest.php b/tests/unit/controller/ItemApiControllerTest.php
index 90f7a9680..7a90f5da4 100644
--- a/tests/unit/controller/ItemApiControllerTest.php
+++ b/tests/unit/controller/ItemApiControllerTest.php
@@ -346,7 +346,6 @@ class ItemApiControllerTest extends ControllerTestUtility {
$response = $this->itemAPI->star();
- $data = $response->getData();
$this->assertEquals(Http::STATUS_OK, $response->getStatus());
}