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.php51
1 files changed, 0 insertions, 51 deletions
diff --git a/tests/integration/db/FolderMapperTest.php b/tests/integration/db/FolderMapperTest.php
deleted file mode 100644
index 21b6ddf41..000000000
--- a/tests/integration/db/FolderMapperTest.php
+++ /dev/null
@@ -1,51 +0,0 @@
-<?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 FolderMapperTest extends IntegrationTest {
-
-
- public function testFind () {
-
- }
-
-
- /* TBD
- public function testFindByName () {
-
- }
-
-
- public function testFindAllFromUser () {
-
- }
-
-
- public function testDelete () {
-
- }
-
-
- public function testGetToDelete () {
-
- }
-
-
- public function testDeleteUser () {
-
- }*/
-
-
-
-}