From c4c4ab395076c97149db1e6c76de49649921bf3d Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Wed, 4 Apr 2012 10:52:45 -0400 Subject: [PATCH] fix tests --- tests/index.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/index.php b/tests/index.php index b045773..1208632 100644 --- a/tests/index.php +++ b/tests/index.php @@ -36,6 +36,9 @@ function do_include($path) // Include core tests require_once("core.php"); + +// Include required methods +require_once(BASE_DIR.'common/functions.php'); require_once(BASE_DIR.'common/settings.php'); require_once(BASE_DIR.'db/db_pdo.php'); require_once(BASE_DIR.'db/query_builder.php');