From 3f12cc6ed9c67a10f91d635eaef94dea9937c748 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 20 Jul 2013 00:17:26 +0200 Subject: check if travis fails properly on failing phpunit test --- tests/unit/utility/FeedFetcherTest.php | 4 ++++ 1 file changed, 4 insertions(+) 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'; -- cgit v1.2.3