diff options
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"); - } -} |