summaryrefslogtreecommitdiffstats
path: root/tests/Unit/Controller/JSONHttpErrorTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Controller/JSONHttpErrorTest.php')
-rw-r--r--tests/Unit/Controller/JSONHttpErrorTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Unit/Controller/JSONHttpErrorTest.php b/tests/Unit/Controller/JSONHttpErrorTest.php
index 31e702513..d7dcaa90a 100644
--- a/tests/Unit/Controller/JSONHttpErrorTest.php
+++ b/tests/Unit/Controller/JSONHttpErrorTest.php
@@ -11,8 +11,9 @@
* @copyright Bernhard Posselt 2012, 2014
*/
-namespace OCA\News\Controller;
+namespace OCA\News\Tests\Unit\Controller;
+use OCA\News\Controller\JSONHttpError;
class Test {
use JSONHttpError;