From 5c70396a43c5553539fbf1258b57b562edb703fe Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 6 Nov 2014 15:58:20 +0100 Subject: curl installation to test if it is set up --- tests/integration/db/ItemMapperTest.php | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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); -- cgit v1.2.3