summaryrefslogtreecommitdiffstats
path: root/apps/files_versions
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_versions
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_versions')
-rw-r--r--apps/files_versions/tests/versions.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files_versions/tests/versions.php b/apps/files_versions/tests/versions.php
index 6ebbf830e70..ffc98c2e98c 100644
--- a/apps/files_versions/tests/versions.php
+++ b/apps/files_versions/tests/versions.php
@@ -34,6 +34,8 @@ use OC\Files\Storage\Temporary;
/**
* Class Test_Files_versions
* this class provide basic files versions test
+ *
+ * @group DB
*/
class Test_Files_Versioning extends \Test\TestCase {