From ecef4cc91989005802e7432b985e3ed791097ef9 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Tue, 29 Apr 2014 13:50:59 +0200 Subject: Add some unit tests for DB classes --- tests/Framework/DBMysql.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tests/Framework/DBMysql.php (limited to 'tests/Framework/DBMysql.php') diff --git a/tests/Framework/DBMysql.php b/tests/Framework/DBMysql.php new file mode 100644 index 000000000..a3b8fda39 --- /dev/null +++ b/tests/Framework/DBMysql.php @@ -0,0 +1,20 @@ +assertInstanceOf('rcube_db_mysql', $object, "Class constructor"); + } +} -- cgit v1.2.3