summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-13 00:12:57 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-13 00:12:57 +0200
commitac047d9eb64ea7c72ad43d687385b5b8207b448a (patch)
treeda6dcba492800a02f99300c67bbd90efc628b8db /tests
parentbe46f0bc100df1cb7e1fbb361cd586c5fa336d0c (diff)
remove unused import in itemapicontrollertest
Diffstat (limited to 'tests')
-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 7a90f5da4..8375b8c68 100644
--- a/tests/unit/controller/ItemApiControllerTest.php
+++ b/tests/unit/controller/ItemApiControllerTest.php
@@ -15,7 +15,6 @@ namespace OCA\News\Controller;
use \OCP\IRequest;
use \OCP\AppFramework\Http;
-use \OCP\AppFramework\Http\JSONResponse;
use \OCA\News\Utility\ControllerTestUtility;
use \OCA\News\BusinessLayer\BusinessLayerException;