Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Commit

Permalink
remove broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Posselt committed Oct 3, 2015
1 parent ab73bbd commit a9521e1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/unit/fetcher/FeedFetcherTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -266,15 +266,6 @@ private function createFeed($hasFavicon=false) {
return $feed;
}


public function testFetchThrowsExceptionWhenFetchingFailed() {
$this->setUpReader($this->url, true, false);

$this->setExpectedException('\OCA\News\Fetcher\FetcherException');
$this->fetcher->fetch($this->url, false);
}


public function testNoFetchIfNotModified(){
$this->setUpReader($this->url, false);;
$result = $this->fetcher->fetch($this->url, false);
Expand Down

0 comments on commit a9521e1

Please sign in to comment.