summaryrefslogtreecommitdiffstats
path: root/tests/integration/db/FolderMapperTest.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-06 22:30:39 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-06 22:30:39 +0100
commit143272b1743109aab016fc0e02705176aab1e18d (patch)
tree111bd7278275716044c3051f1d8bc7df0166d9c3 /tests/integration/db/FolderMapperTest.php
parent06812535593cdbf38f1e10ab412c61f326f8ba4f (diff)
more integration tests
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