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