summaryrefslogtreecommitdiff
path: root/tests/Framework/Imap.php
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-01-30 09:12:57 +0100
committerThomas Bruederli <thomas@roundcube.net>2014-01-30 09:12:57 +0100
commit8c893b79d230cc844226bdf3b1de95cd5a99ecb2 (patch)
treef8e6e1df519c9b85bd16bdc31f1ae6a3b16ce6e7 /tests/Framework/Imap.php
parent1978ae97a5e0feb8d205c5fcbaa2cc16ce3ffc28 (diff)
Branching off for release 1.0
Diffstat (limited to 'tests/Framework/Imap.php')
-rw-r--r--tests/Framework/Imap.php20
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/Framework/Imap.php b/tests/Framework/Imap.php
deleted file mode 100644
index 3f52e07be..000000000
--- a/tests/Framework/Imap.php
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php
-
-/**
- * Test class to test rcube_imap class
- *
- * @package Tests
- */
-class Framework_Imap extends PHPUnit_Framework_TestCase
-{
-
- /**
- * Class constructor
- */
- function test_class()
- {
- $object = new rcube_imap;
-
- $this->assertInstanceOf('rcube_imap', $object, "Class constructor");
- }
-}