summaryrefslogtreecommitdiffstats
path: root/tests/Unit/Db/MapperFactoryTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Db/MapperFactoryTest.php')
-rw-r--r--tests/Unit/Db/MapperFactoryTest.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Unit/Db/MapperFactoryTest.php b/tests/Unit/Db/MapperFactoryTest.php
index d519b1105..f7c1ffa08 100644
--- a/tests/Unit/Db/MapperFactoryTest.php
+++ b/tests/Unit/Db/MapperFactoryTest.php
@@ -11,8 +11,10 @@
* @copyright Bernhard Posselt 2012, 2014
*/
-namespace OCA\News\Db;
+namespace OCA\News\Tests\Unit\Db;
+use OCA\News\Db\ItemMapper;
+use OCA\News\Db\MapperFactory;
use OCA\News\Utility\Time;
use PHPUnit_Framework_TestCase;