From a714ab33346494b0dcf99f67300d9683c6d64b23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 23 Aug 2012 09:54:43 +0200 Subject: [PATCH] Fix --- test/libraries/PMA_operations_test.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test/libraries/PMA_operations_test.php b/test/libraries/PMA_operations_test.php index 6fd3a856a7..e521e4b0ba 100644 --- a/test/libraries/PMA_operations_test.php +++ b/test/libraries/PMA_operations_test.php @@ -26,7 +26,12 @@ class PMA_operations_test extends PHPUnit_Framework_TestCase $GLOBALS['table'] = 'table'; $GLOBALS['db'] = 'db'; $_SESSION['PMA_Theme'] = PMA_Theme::load('./themes/pmahomme'); - $GLOBALS['cfg'] = array('MySQLManualType' => 'viewable', 'AjaxEnable' => true); + $GLOBALS['cfg'] = array( + 'MySQLManualType' => 'none', + 'AjaxEnable' => true, + 'ServerDefault' => 1, + ); + $GLOBALS['server'] = 1; if (! function_exists('PMA_generateCharsetDropdownBox')) { function PMA_generateCharsetDropdownBox()