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.php53
1 files changed, 0 insertions, 53 deletions
diff --git a/tests/Integration/Db/FolderMapperTest.php b/tests/Integration/Db/FolderMapperTest.php
deleted file mode 100644
index 889ac3e7c..000000000
--- a/tests/Integration/Db/FolderMapperTest.php
+++ /dev/null
@@ -1,53 +0,0 @@
-<?php
-/**
- * Nextcloud - 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\Tests\Integration\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 () {
-
- }*/
-
-
-
-}