From 9b05f19338e209f05386e5b13fe0a704c94062bb Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Mon, 27 Aug 2012 02:45:13 -0400
Subject: [PATCH] Restructured tests

---
 tests/Framework/Mime.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/MailDecode.php b/tests/Framework/Mime.php
similarity index 97%
rename from tests/MailDecode.php
rename to tests/Framework/Mime.php
index 7969603..dcd5599 100644
--- a/tests/MailDecode.php
+++ b/tests/Framework/Mime.php
@@ -1,11 +1,11 @@
 <?php
 
 /**
- * Test class to test messages decoding functions
+ * Test class to test rcube_mime class
  *
  * @package Tests
  */
-class MailDecode extends PHPUnit_Framework_TestCase
+class Framework_Mime extends PHPUnit_Framework_TestCase
 {
 
     /**

--
Gitblit v1.9.1