summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-11-20 11:27:11 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-11-30 10:55:06 +0100
commit757aa45db7b884c28c118e28b7cd517059c61a32 (patch)
tree815796cfa49eea7d0e0827f222fc46b584cbb8a4 /apps/files_sharing
parente265e982bf9f2572ef24d84dd777f48fff8993b4 (diff)
downloadnextcloud-server-757aa45db7b884c28c118e28b7cd517059c61a32.tar.gz
nextcloud-server-757aa45db7b884c28c118e28b7cd517059c61a32.zip
Adding more DB groups to test suits
Adding more DB groups to test suits
Diffstat (limited to 'apps/files_sharing')
-rw-r--r--apps/files_sharing/tests/controller/sharecontroller.php2
-rw-r--r--apps/files_sharing/tests/externalstorage.php2
2 files changed, 4 insertions, 0 deletions
diff --git a/apps/files_sharing/tests/controller/sharecontroller.php b/apps/files_sharing/tests/controller/sharecontroller.php
index db5eb75d761..ccef4263c2b 100644
--- a/apps/files_sharing/tests/controller/sharecontroller.php
+++ b/apps/files_sharing/tests/controller/sharecontroller.php
@@ -38,6 +38,8 @@ use OCP\Share;
use OC\URLGenerator;
/**
+ * @group DB
+ *
* @package OCA\Files_Sharing\Controllers
*/
class ShareControllerTest extends \Test\TestCase {
diff --git a/apps/files_sharing/tests/externalstorage.php b/apps/files_sharing/tests/externalstorage.php
index a549e093dc1..109545119ba 100644
--- a/apps/files_sharing/tests/externalstorage.php
+++ b/apps/files_sharing/tests/externalstorage.php
@@ -24,6 +24,8 @@
/**
* Tests for the external Storage class for remote shares.
+ *
+ * @group DB
*/
class Test_Files_Sharing_External_Storage extends \Test\TestCase {