From 21bd539847f33c3889c4f58f14afd672f54a410a Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 9 Apr 2014 01:44:12 +0200 Subject: ported to owncloud internal appframework classes, confused with how to start the app and define deps --- tests/unit/db/MapperTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/unit/db/MapperTest.php') 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"); -- cgit v1.2.3