summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/integration/bootstrap.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/integration/bootstrap.php b/tests/integration/bootstrap.php
index 80e1a5d0d..559cda7eb 100644
--- a/tests/integration/bootstrap.php
+++ b/tests/integration/bootstrap.php
@@ -27,9 +27,9 @@ class NewsIntegrationTest extends \PHPUnit_Framework_TestCase {
$app = new Application();
$this->container = $app->getContainer();
- $this->itemMapper = $this->container->query('ItemMapper');
- $this->feedMapper = $this->container->query('FeedMapper');
- $this->folderMapper = $this->container->query('FolderMapper');
+ $this->itemMapper = $this->container->query('OCA\News\Db\ItemMapper');
+ $this->feedMapper = $this->container->query('OCA\News\Db\FeedMapper');
+ $this->folderMapper = $this->container->query('OCA\News\Db\FolderMapper');
$this->loadFixtures(
$this->folderMapper,