diff options
Diffstat (limited to 'tests/lib/group/database.php')
-rw-r--r-- | tests/lib/group/database.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/lib/group/database.php b/tests/lib/group/database.php index 10958a6ccdc..3997ff8bba5 100644 --- a/tests/lib/group/database.php +++ b/tests/lib/group/database.php @@ -20,6 +20,11 @@ * */ +/** + * Class Test_Group_Database + * + * @group DB + */ class Test_Group_Database extends Test_Group_Backend { private $groups=array(); |