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.php54
1 files changed, 54 insertions, 0 deletions
diff --git a/tests/Integration/Db/FeedMapperTest.php b/tests/Integration/Db/FeedMapperTest.php
new file mode 100644
index 000000000..b72cb1203
--- /dev/null
+++ b/tests/Integration/Db/FeedMapperTest.php
@@ -0,0 +1,54 @@
+<?php
+/**
+ * ownCloud - News
+ *
+ * This file is licensed under the Affero General Public License version 3 or
+ * later. See the COPYING file.
+ *
+ * @author Bernhard Posselt <dev@bernhard-posselt.com>
+ * @copyright Bernhard Posselt 2015
+ */
+
+namespace OCA\News\Db;
+
+use \OCA\News\Tests\Integration\IntegrationTest;
+
+class FeedMapperTest extends IntegrationTest {
+
+
+ public function testFind () {
+ }
+
+
+ /* TBD
+ public function testFindAll () {
+
+ }
+
+
+ public function testFindAllFromUser () {
+
+ }
+
+
+ public function testFindByUrlHash () {
+
+ }
+
+
+ public function testDelete () {
+
+ }
+
+
+ public function testGetToDelete () {
+
+ }
+
+
+ public function testDeleteUser () {
+
+ }*/
+
+
+}