diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-20 11:27:11 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-30 10:55:06 +0100 |
commit | 757aa45db7b884c28c118e28b7cd517059c61a32 (patch) | |
tree | 815796cfa49eea7d0e0827f222fc46b584cbb8a4 /tests/core | |
parent | e265e982bf9f2572ef24d84dd777f48fff8993b4 (diff) | |
download | nextcloud-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.php | 2 |
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 { |