From 7f084e9438a887ba05d34e3ac6c1b612895a71fc Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Mon, 6 Feb 2012 22:05:53 -0500 Subject: [PATCH] Fixed test fatal error due to misisng class --- tests/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/index.php b/tests/index.php index b0be4c8..cdcba97 100644 --- a/tests/index.php +++ b/tests/index.php @@ -31,6 +31,7 @@ function do_include($path) // Include core tests require_once("core.php"); +require_once("../src/common/db_pdo.php"); // Include db tests // Load db classes based on capability