From d3abad28764286cb8a58e5c74173d3fd671c5ac0 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sun, 9 Feb 2014 17:37:16 +0100 Subject: Add more tests for framework classes --- tests/Framework/DB.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tests/Framework/DB.php (limited to 'tests/Framework/DB.php') diff --git a/tests/Framework/DB.php b/tests/Framework/DB.php new file mode 100644 index 000000000..b7a063841 --- /dev/null +++ b/tests/Framework/DB.php @@ -0,0 +1,20 @@ +assertInstanceOf('rcube_db', $object, "Class constructor"); + } +} -- cgit v1.2.3