summaryrefslogtreecommitdiffstats
path: root/tests/integration/db/FeedMapperTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/db/FeedMapperTest.php')
-rw-r--r--tests/integration/db/FeedMapperTest.php46
1 files changed, 46 insertions, 0 deletions
diff --git a/tests/integration/db/FeedMapperTest.php b/tests/integration/db/FeedMapperTest.php
new file mode 100644
index 000000000..c8de68281
--- /dev/null
+++ b/tests/integration/db/FeedMapperTest.php
@@ -0,0 +1,46 @@
+<?php
+
+namespace OCA\News\Db;
+
+use \OCA\News\Tests\Integration\NewsIntegrationTest;
+
+class FeedMapperTest extends NewsIntegrationTest {
+
+
+ public function testFind () {
+
+ }
+
+
+ /* TBD
+ public function testFindAll () {
+
+ }
+
+
+ public function testFindAllFromUser () {
+
+ }
+
+
+ public function testFindByUrlHash () {
+
+ }
+
+
+ public function testDelete () {
+
+ }
+
+
+ public function testGetToDelete () {
+
+ }
+
+
+ public function testDeleteUser () {
+
+ }*/
+
+
+} \ No newline at end of file