summaryrefslogtreecommitdiffstats
path: root/tests/unit/db/FeedMapperTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/db/FeedMapperTest.php')
-rw-r--r--tests/unit/db/FeedMapperTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/db/FeedMapperTest.php b/tests/unit/db/FeedMapperTest.php
index d38d4c230..c424e57e7 100644
--- a/tests/unit/db/FeedMapperTest.php
+++ b/tests/unit/db/FeedMapperTest.php
@@ -28,7 +28,7 @@ namespace OCA\News\Db;
require_once(__DIR__ . "/../../classloader.php");
-class FeedMapperTest extends \OCA\AppFramework\Utility\MapperTestUtility {
+class FeedMapperTest extends \OCA\News\Utility\MapperTestUtility {
private $mapper;
private $feeds;