summaryrefslogtreecommitdiffstats
path: root/tests/Integration/Db/FolderMapperTest.php
diff options
context:
space:
mode:
authorSean Molenaar <sean@seanmolenaar.eu>2020-09-20 22:03:05 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2020-09-25 19:18:04 +0200
commit60ab4941cc7e6ede095e9e4aee3c2bf9a5c3bff6 (patch)
treebaf0b07dd1c545efeb59437af46a99f4d9f69425 /tests/Integration/Db/FolderMapperTest.php
parent2c8b4fa019749113658b9ed8cae211b679e4cbc0 (diff)
Move to nextcloud config and update phpunit
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
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 () {
-
- }*/
-
-
-
-}