summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/bl/FeedBlTest.php5
1 files changed, 5 insertions, 0 deletions
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