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/allconfig.php | |
parent | 678fe1b8f4c2e0557955e4552621074574970a62 (diff) | |
download | nextcloud-server-3bb6dcea6438e2be46d860e41c27c4314bbdd283.tar.gz nextcloud-server-3bb6dcea6438e2be46d860e41c27c4314bbdd283.zip |
Apply DB group annotation ...
Diffstat (limited to 'tests/lib/allconfig.php')
-rw-r--r-- | tests/lib/allconfig.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/lib/allconfig.php b/tests/lib/allconfig.php index 7f8ad5ec221..ca3dce12eaf 100644 --- a/tests/lib/allconfig.php +++ b/tests/lib/allconfig.php @@ -8,6 +8,13 @@ namespace Test; +/** + * Class TestAllConfig + * + * @group DB + * + * @package Test + */ class TestAllConfig extends \Test\TestCase { /** @var \OCP\IDBConnection */ |