summaryrefslogtreecommitdiffstats
path: root/tests/Integration/Db/FeedMapperTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Integration/Db/FeedMapperTest.php')
-rw-r--r--tests/Integration/Db/FeedMapperTest.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/Integration/Db/FeedMapperTest.php b/tests/Integration/Db/FeedMapperTest.php
index f07103d10..803e9260b 100644
--- a/tests/Integration/Db/FeedMapperTest.php
+++ b/tests/Integration/Db/FeedMapperTest.php
@@ -119,9 +119,6 @@ class FeedMapperTest extends IntegrationTest
$this->assertEquals($feed->getTitle(), $fetched->getTitle());
}
- /**
- * @expectedException OCP\AppFramework\Db\MultipleObjectsReturnedException
- */
public function testFindByUrlHashMoreThanOneResult()
{
$this->expectException('OCP\AppFramework\Db\MultipleObjectsReturnedException');
@@ -143,10 +140,6 @@ class FeedMapperTest extends IntegrationTest
$this->feedMapper->findByUrlHash($feed1->getUrlHash(), $this->user);
}
-
- /**
- * @expectedException OCP\AppFramework\Db\DoesNotExistException
- */
public function testFindByUrlHashNotExisting()
{
$this->expectException('OCP\AppFramework\Db\DoesNotExistException');