summaryrefslogtreecommitdiffstats
path: root/tests/unit/utility/FeedFetcherTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/utility/FeedFetcherTest.php')
-rw-r--r--tests/unit/utility/FeedFetcherTest.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/unit/utility/FeedFetcherTest.php b/tests/unit/utility/FeedFetcherTest.php
index 1ea06e2ad..4dc0dcbe6 100644
--- a/tests/unit/utility/FeedFetcherTest.php
+++ b/tests/unit/utility/FeedFetcherTest.php
@@ -119,6 +119,10 @@ class FeedFetcherTest extends \OCA\AppFramework\Utility\TestUtility {
$this->authorMail = 'doe@joes.com';
}
+ public function testFail() {
+ $this->assertFalse(true);
+ }
+
public function testCanHandle(){
$url = 'google.de';