From fabedc1d7fe93759e0e1ed8dbc6f680e37b27e70 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Fri, 14 Feb 2014 22:30:28 -0500 Subject: [PATCH] Add include for Firebird class so that testsuite works --- tests/bootstrap.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index a3d893f..339071f 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -85,4 +85,7 @@ require_once(QTEST_DIR . '/core/db_test.php'); require_once(QTEST_DIR . '/core/db_qp_test.php'); require_once(QTEST_DIR . '/core/db_qb_test.php'); +// Load firebird classes for testing +array_map('do_include', glob(QDRIVER_PATH.'/firebird/*.php')); + // End of bootstrap.php \ No newline at end of file