This commit is contained in:
Michal Čihař 2012-08-23 09:54:43 +02:00
parent 89e1b3de73
commit a714ab3334

View File

@ -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()