summaryrefslogtreecommitdiffstats
path: root/tests/core
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 /tests/core
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 'tests/core')
-rw-r--r--tests/core/avatar/avatarcontrollertest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/core/avatar/avatarcontrollertest.php b/tests/core/avatar/avatarcontrollertest.php
index 948a432d2ed..efe41763ff7 100644
--- a/tests/core/avatar/avatarcontrollertest.php
+++ b/tests/core/avatar/avatarcontrollertest.php
@@ -44,6 +44,8 @@ function is_uploaded_file($filename) {
/**
* Class AvatarControllerTest
*
+ * @group DB
+ *
* @package OC\Core\Avatar
*/
class AvatarControllerTest extends \Test\TestCase {