summaryrefslogtreecommitdiffstats
path: root/tests/Unit/Controller/EntityApiSerializerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Controller/EntityApiSerializerTest.php')
-rw-r--r--tests/Unit/Controller/EntityApiSerializerTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Unit/Controller/EntityApiSerializerTest.php b/tests/Unit/Controller/EntityApiSerializerTest.php
index 63de1ed7e..261d5f7c4 100644
--- a/tests/Unit/Controller/EntityApiSerializerTest.php
+++ b/tests/Unit/Controller/EntityApiSerializerTest.php
@@ -11,9 +11,9 @@
* @copyright Bernhard Posselt 2012, 2014
*/
-namespace OCA\News\Controller;
-
+namespace OCA\News\Tests\Unit\Controller;
+use OCA\News\Controller\EntityApiSerializer;
use \OCP\AppFramework\Http\Response;
use \OCP\AppFramework\Db\Entity;