Fix
This commit is contained in:
parent
89e1b3de73
commit
a714ab3334
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user