From 8bed5e0151eb375e2d2dc91e4e6c6d5aa62daa5c Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Sun, 19 Jul 2015 05:06:48 -0400
Subject: [PATCH] Fix regression where compose editor mode was set incorrectly
---
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