From 48933a992a6162dfa5724e084f0c54ee8224b928 Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel
Date: Fri, 19 Mar 2010 07:20:37 +0100 Subject: [PATCH] Add basic class if PEAR-DB is missing. --- framework/History/test/Horde/History/InterfaceTest.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/framework/History/test/Horde/History/InterfaceTest.php b/framework/History/test/Horde/History/InterfaceTest.php index fabca8863..56ba76879 100644 --- a/framework/History/test/Horde/History/InterfaceTest.php +++ b/framework/History/test/Horde/History/InterfaceTest.php @@ -534,6 +534,10 @@ EOL; } } +if (!class_exists('DB_common')) { + class DB_common {} +} + /** * A dummy database connection producing nothing bot errors. * -- 2.11.0