diff options
Diffstat (limited to 'tests/Framework/Cache.php')
-rw-r--r-- | tests/Framework/Cache.php | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/Framework/Cache.php b/tests/Framework/Cache.php deleted file mode 100644 index dc026a634..000000000 --- a/tests/Framework/Cache.php +++ /dev/null @@ -1,20 +0,0 @@ -<?php - -/** - * Test class to test rcube_cache class - * - * @package Tests - */ -class Framework_Cache extends PHPUnit_Framework_TestCase -{ - - /** - * Class constructor - */ - function test_class() - { - $object = new rcube_cache('db', 1); - - $this->assertInstanceOf('rcube_cache', $object, "Class constructor"); - } -} |