summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-01-15 16:24:42 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-01-18 14:06:07 +0100
commitf91e47b7f02f168711697b1ca0211f897150818a (patch)
tree2bda23aab028bf176c4eb6048cbc1dcfa5458783
parent1a4909ae7acf63fec1240d8e15af4cae28ee33a5 (diff)
fix integration tests
-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,