diff options
Diffstat (limited to 'tests/lib/avatar.php')
-rw-r--r-- | tests/lib/avatar.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/lib/avatar.php b/tests/lib/avatar.php index badee9f34d1..3fa7dc64547 100644 --- a/tests/lib/avatar.php +++ b/tests/lib/avatar.php @@ -9,6 +9,11 @@ use OC\Avatar; +/** + * Class Test_Avatar + * + * @group DB + */ class Test_Avatar extends \Test\TestCase { private static $trashBinStatus; |