From f91e47b7f02f168711697b1ca0211f897150818a Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 15 Jan 2015 16:24:42 +0100 Subject: fix integration tests --- tests/integration/bootstrap.php | 6 +++--- 1 file 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, -- cgit v1.2.3