summaryrefslogtreecommitdiffstats
path: root/tests/Unit/Db/ItemTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Db/ItemTest.php')
-rw-r--r--tests/Unit/Db/ItemTest.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Unit/Db/ItemTest.php b/tests/Unit/Db/ItemTest.php
index 6f0b48e5a..cceca4b8b 100644
--- a/tests/Unit/Db/ItemTest.php
+++ b/tests/Unit/Db/ItemTest.php
@@ -11,8 +11,10 @@
* @copyright Bernhard Posselt 2012, 2014
*/
-namespace OCA\News\Db;
+namespace OCA\News\Tests\Unit\Db;
+use OCA\News\Db\Feed;
+use OCA\News\Db\Item;
class ItemTest extends \PHPUnit_Framework_TestCase {