summaryrefslogtreecommitdiffstats
path: root/apps/files/tests
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-11-19 14:39:05 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-11-30 10:55:05 +0100
commit1480964768116e28345f8ec5288687e64cb3acc0 (patch)
tree6db42ce556619c3cf1904cf8a10f9892fde8fa6f /apps/files/tests
parent58cc3000c66bbb83ae385c762157a2258be13f12 (diff)
downloadnextcloud-server-1480964768116e28345f8ec5288687e64cb3acc0.tar.gz
nextcloud-server-1480964768116e28345f8ec5288687e64cb3acc0.zip
Adding more test suites to group DB
Diffstat (limited to 'apps/files/tests')
-rw-r--r--apps/files/tests/command/deleteorphanedfilestest.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files/tests/command/deleteorphanedfilestest.php b/apps/files/tests/command/deleteorphanedfilestest.php
index a667dba99fc..18f568036e4 100644
--- a/apps/files/tests/command/deleteorphanedfilestest.php
+++ b/apps/files/tests/command/deleteorphanedfilestest.php
@@ -25,6 +25,13 @@ namespace OCA\Files\Tests\Command;
use OCA\Files\Command\DeleteOrphanedFiles;
use OCP\Files\StorageNotAvailableException;
+/**
+ * Class DeleteOrphanedFilesTest
+ *
+ * @group DB
+ *
+ * @package OCA\Files\Tests\Command
+ */
class DeleteOrphanedFilesTest extends \Test\TestCase {
/**