From 454b0b1ca983adfa2e40e47ccbd0dc384c141d9a Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Thu, 05 Nov 2015 03:17:28 -0500
Subject: [PATCH] Remove deprecated rcmail and rcube_imap methods
---
tests/Framework/DB.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/tests/Framework/DB.php b/tests/Framework/DB.php
index 04897bb..23febfc 100644
--- a/tests/Framework/DB.php
+++ b/tests/Framework/DB.php
@@ -4,6 +4,7 @@
* Test class to test rcube_db class
*
* @package Tests
+ * @group database
*/
class Framework_DB extends PHPUnit_Framework_TestCase
{
--
Gitblit v1.9.1