diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-03 01:52:41 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-30 10:55:05 +0100 |
commit | 3bb6dcea6438e2be46d860e41c27c4314bbdd283 (patch) | |
tree | 447b0e5879480dc6afb9702346bb8e5925047b90 /tests/lib/backgroundjob | |
parent | 678fe1b8f4c2e0557955e4552621074574970a62 (diff) | |
download | nextcloud-server-3bb6dcea6438e2be46d860e41c27c4314bbdd283.tar.gz nextcloud-server-3bb6dcea6438e2be46d860e41c27c4314bbdd283.zip |
Apply DB group annotation ...
Diffstat (limited to 'tests/lib/backgroundjob')
-rw-r--r-- | tests/lib/backgroundjob/joblist.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/lib/backgroundjob/joblist.php b/tests/lib/backgroundjob/joblist.php index b329c83009b..73b3255c079 100644 --- a/tests/lib/backgroundjob/joblist.php +++ b/tests/lib/backgroundjob/joblist.php @@ -9,8 +9,16 @@ namespace Test\BackgroundJob; use OCP\BackgroundJob\IJob; +use Test\TestCase; -class JobList extends \Test\TestCase { +/** + * Class JobList + * + * @group DB + * + * @package Test\BackgroundJob + */ +class JobList extends TestCase { /** * @var \OC\BackgroundJob\JobList */ |