summaryrefslogtreecommitdiff
path: root/tests/Framework/Imap.php
diff options
context:
space:
mode:
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");
- }
-}