summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-07-20 00:17:26 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-07-20 00:17:26 +0200
commit3f12cc6ed9c67a10f91d635eaef94dea9937c748 (patch)
tree2553e2db8d9a1d3056a72e56eea8ccb23a6cf173 /tests
parent41bccb7141fdc2ba3cd83def8c19908c66603abc (diff)
check if travis fails properly on failing phpunit test
Diffstat (limited to 'tests')
-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';