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