From bb1c3805725202d801aabe11b34072db96e1c185 Mon Sep 17 00:00:00 2001 From: Dan Ungureanu Date: Sun, 14 Jun 2015 02:21:37 +0300 Subject: Include sql-parser in tests. Signed-off-by: Dan Ungureanu --- test/bootstrap-dist.php | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/bootstrap-dist.php b/test/bootstrap-dist.php index 865e6f770b..8ecfd91cd9 100644 --- a/test/bootstrap-dist.php +++ b/test/bootstrap-dist.php @@ -55,6 +55,7 @@ $CFG = new PMA_Config(); // Initialize PMA_VERSION variable define('PMA_VERSION', $CFG->get('PMA_VERSION')); unset($CFG); +require_once 'libraries/sql-parser/autoload.php'; // Set proxy information from env, if available $http_proxy = getenv('http_proxy'); -- cgit v1.2.3