Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/db/MapperTest.php')
-rw-r--r--tests/unit/db/MapperTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/db/MapperTest.php b/tests/unit/db/MapperTest.php
index b41348194..3e483d764 100644
--- a/tests/unit/db/MapperTest.php
+++ b/tests/unit/db/MapperTest.php
@@ -24,8 +24,8 @@
namespace OCA\News\Db;
-use OCA\AppFramework\Core\API;
-use OCA\AppFramework\Utility\MapperTestUtility;
+use OCA\News\Core\API;
+use OCA\News\Utility\MapperTestUtility;
require_once(__DIR__ . "/../../classloader.php");