From ac047d9eb64ea7c72ad43d687385b5b8207b448a Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 13 May 2014 00:12:57 +0200 Subject: remove unused import in itemapicontrollertest --- tests/unit/controller/ItemApiControllerTest.php | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') 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; -- cgit v1.2.3