summaryrefslogtreecommitdiffstats
path: root/tests/integration/db/ItemMapperTest.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-06 10:17:47 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-06 10:17:47 +0100
commitc9f46e2e3caa20d597315cd2fa85b0cce15c4c3b (patch)
tree14322825c7bb192bfc1b9c63330f30edfb20125b /tests/integration/db/ItemMapperTest.php
parent6ab04993f880e37e0bd53ebdd28045508f2593b2 (diff)
run integration tests on travis
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 23a9fca49..61ea33e47 100644
--- a/tests/integration/db/ItemMapperTest.php
+++ b/tests/integration/db/ItemMapperTest.php
@@ -11,7 +11,7 @@ class ItemMapperTest extends NewsIntegrationTest {
private $itemMapper;
protected function setUp() {
- parent::setUpOwnCloud();
+ parent::setUp();
$app = new Application();
$this->container = $app->getContainer();
$this->itemMapper = $this->container->query('ItemMapper');