summaryrefslogtreecommitdiffstats
path: root/tests/lib/group
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/group')
-rw-r--r--tests/lib/group/backend.php5
-rw-r--r--tests/lib/group/database.php5
-rw-r--r--tests/lib/group/dummy.php5
3 files changed, 15 insertions, 0 deletions
diff --git a/tests/lib/group/backend.php b/tests/lib/group/backend.php
index 62c189489d7..ce41a6c6359 100644
--- a/tests/lib/group/backend.php
+++ b/tests/lib/group/backend.php
@@ -20,6 +20,11 @@
*
*/
+/**
+ * Class Test_Group_Backend
+ *
+ * @group DB
+ */
abstract class Test_Group_Backend extends \Test\TestCase {
/**
* @var OC_Group_Backend $backend
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();
diff --git a/tests/lib/group/dummy.php b/tests/lib/group/dummy.php
index b4456c8f7e1..6836f89d3fe 100644
--- a/tests/lib/group/dummy.php
+++ b/tests/lib/group/dummy.php
@@ -20,6 +20,11 @@
*
*/
+/**
+ * Class Test_Group_Dummy
+ *
+ * @group DB
+ */
class Test_Group_Dummy extends Test_Group_Backend {
protected function setUp() {
parent::setUp();