diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-01-30 09:12:57 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-01-30 09:12:57 +0100 |
commit | 8c893b79d230cc844226bdf3b1de95cd5a99ecb2 (patch) | |
tree | f8e6e1df519c9b85bd16bdc31f1ae6a3b16ce6e7 /tests/Framework/Rcube.php | |
parent | 1978ae97a5e0feb8d205c5fcbaa2cc16ce3ffc28 (diff) |
Branching off for release 1.0
Diffstat (limited to 'tests/Framework/Rcube.php')
-rw-r--r-- | tests/Framework/Rcube.php | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/Framework/Rcube.php b/tests/Framework/Rcube.php deleted file mode 100644 index 637558dc9..000000000 --- a/tests/Framework/Rcube.php +++ /dev/null @@ -1,20 +0,0 @@ -<?php - -/** - * Test class to test rcube class - * - * @package Tests - */ -class Framework_Rcube extends PHPUnit_Framework_TestCase -{ - - /** - * Class constructor - */ - function test_class() - { - $object = rcube::get_instance(); - - $this->assertInstanceOf('rcube', $object, "Class singleton"); - } -} |