diff options
Diffstat (limited to 'tests/lib/db.php')
-rw-r--r-- | tests/lib/db.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/lib/db.php b/tests/lib/db.php index 5c25bfb9a5c..95eca4774b7 100644 --- a/tests/lib/db.php +++ b/tests/lib/db.php @@ -6,6 +6,11 @@ * See the COPYING-README file. */ +/** + * Class Test_DB + * + * @group DB + */ class Test_DB extends \Test\TestCase { protected $backupGlobals = FALSE; |