From a82f8fc768f42ce5b35bb6a8dff3536ab32a2fb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 6 Sep 2017 14:26:39 +0200 Subject: Move databaase interface load to static method MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- test/bootstrap-dist.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/bootstrap-dist.php') diff --git a/test/bootstrap-dist.php b/test/bootstrap-dist.php index b67346b031..3d0528e07b 100644 --- a/test/bootstrap-dist.php +++ b/test/bootstrap-dist.php @@ -67,6 +67,9 @@ unset($CFG); /* Ensure default langauge is active */ PhpMyAdmin\LanguageManager::getInstance()->getLanguage('en')->activate(); +/* Load Database interface */ +PhpMyAdmin\DatabaseInterface::load(); + // Set proxy information from env, if available $http_proxy = getenv('http_proxy'); if (PHP_SAPI == 'cli' && $http_proxy && ($url_info = parse_url($http_proxy))) { -- cgit v1.2.3