summaryrefslogtreecommitdiffstats
path: root/tests/integration/db/ItemMapperTest.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-05 16:05:16 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-05 16:05:16 +0100
commit17e16cf46fe9cf605aa0c761e71251ecc0c48724 (patch)
tree9d4f03252a0fe9c92ba88c63bdb5b98cf731c559 /tests/integration/db/ItemMapperTest.php
parent867768d172cc6ddad8605507e048e0c058e36ba6 (diff)
fix warnings
Diffstat (limited to 'tests/integration/db/ItemMapperTest.php')
-rw-r--r--tests/integration/db/ItemMapperTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/db/ItemMapperTest.php b/tests/integration/db/ItemMapperTest.php
index 5c0ff1df2..fa9d438f8 100644
--- a/tests/integration/db/ItemMapperTest.php
+++ b/tests/integration/db/ItemMapperTest.php
@@ -13,7 +13,7 @@ class ItemMapperTest extends NewsIntegrationTest {
private $itemMapper;
protected function setUp() {
- parent::setUp();
+ parent::setUpOwnCloud();
$app = new Application();
$this->container = $app->getContainer();
$this->itemMapper = $this->container->query('ItemMapper');