summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-06 15:58:20 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-06 15:58:20 +0100
commit5c70396a43c5553539fbf1258b57b562edb703fe (patch)
tree19c264a7f4439e38da1693d8722883b8f05402ea /tests
parenta600f6b718ab81efeda1fce68e5f817c3f23504a (diff)
curl installation to test if it is set up
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/db/ItemMapperTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration/db/ItemMapperTest.php b/tests/integration/db/ItemMapperTest.php
index 5e6452398..f0bac5ced 100644
--- a/tests/integration/db/ItemMapperTest.php
+++ b/tests/integration/db/ItemMapperTest.php
@@ -66,6 +66,7 @@ class ItemMapperTest extends NewsIntegrationTest {
public function testDeleteOlderThanThresholdTwo() {
$this->deleteReadOlderThanThreshold();
+
$this->setExpectedException(
'OCP\AppFramework\Db\DoesNotExistException');
$this->itemMapper->find($this->items['del2']->getId(), $this->userId);