Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDan Ungureanu <udan1107@gmail.com>2015-06-14 02:21:37 +0300
committerDan Ungureanu <udan1107@gmail.com>2015-07-10 23:18:11 +0300
commitbb1c3805725202d801aabe11b34072db96e1c185 (patch)
tree4956a4794827de53fed64d37008c473556555f45 /test
parente057ca92ce0b1d8634ef9d67dc75eb8b689271e9 (diff)
Include sql-parser in tests.
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/bootstrap-dist.php1
1 files changed, 1 insertions, 0 deletions
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');