summaryrefslogtreecommitdiffstats
path: root/tests/integration/db/ItemMapperIntegrationTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/db/ItemMapperIntegrationTest.php')
-rw-r--r--tests/integration/db/ItemMapperIntegrationTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/db/ItemMapperIntegrationTest.php b/tests/integration/db/ItemMapperIntegrationTest.php
index c883473bf..186dca14f 100644
--- a/tests/integration/db/ItemMapperIntegrationTest.php
+++ b/tests/integration/db/ItemMapperIntegrationTest.php
@@ -25,7 +25,7 @@
namespace OCA\News\Db;
-use \OCA\AppFramework\Utility\MapperTestUtility;
+use \OCA\News\Utility\MapperTestUtility;
require_once(__DIR__ . "/../../classloader.php");
@@ -64,7 +64,7 @@ class ItemMapperIntegrationTest extends MapperTestUtility {
return $db->prepare($sql);
};
- $this->api = $this->getMock('OCA\AppFramework\Core\API',
+ $this->api = $this->getMock('OCA\News\Core\API',
array('prepareQuery', 'getInsertId'), array('news'));
$this->api->expects($this->any())
->method('prepareQuery')