From bc7b72cc46cb047d76f4d2a976a81d1b904f0072 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 21 Mar 2013 16:33:29 +0100 Subject: dont fail on empty test --- tests/bl/FeedBlTest.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/bl/FeedBlTest.php b/tests/bl/FeedBlTest.php index 31c8ff8d4..e67c7ab81 100644 --- a/tests/bl/FeedBlTest.php +++ b/tests/bl/FeedBlTest.php @@ -46,4 +46,9 @@ class FeedBlTest extends \OCA\AppFramework\Utility\TestUtility { $this->folderBl = new FolderBl($this->feedMapper); } + + public function testFindAll(){ + + } + } \ No newline at end of file -- cgit v1.2.3