Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
de6ef6e29e
@ -22,13 +22,7 @@ class PMA_RTN_getDataFromRequest_test extends PHPUnit_Framework_TestCase
|
||||
|
||||
$cfg['ShowFunctionFields'] = false;
|
||||
|
||||
if (function_exists('PMA_supportedDataTypesDescriptions')) {
|
||||
$this->markTestSkipped(
|
||||
'Skipping test since we need to reload data_mysql.inc.php, but cannot do it at this point'
|
||||
);
|
||||
} else {
|
||||
include 'libraries/data_mysql.inc.php';
|
||||
}
|
||||
include 'libraries/data_mysql.inc.php';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@ -21,14 +21,7 @@ class PMA_RTN_getEditorForm_test extends PHPUnit_Framework_TestCase
|
||||
|
||||
$cfg['ShowFunctionFields'] = false;
|
||||
|
||||
if (function_exists('PMA_supportedDataTypesDescriptions')) {
|
||||
$this->markTestSkipped(
|
||||
'Skipping test since we need to reload data_mysql.inc.php, but cannot do it at this point'
|
||||
);
|
||||
return;
|
||||
} else {
|
||||
include 'libraries/data_mysql.inc.php';
|
||||
}
|
||||
include 'libraries/data_mysql.inc.php';
|
||||
|
||||
if (! function_exists('PMA_generateCharsetDropdownBox')) {
|
||||
function PMA_generateCharsetDropdownBox() {}
|
||||
|
||||
@ -20,14 +20,7 @@ class PMA_RTN_getExecuteForm_test extends PHPUnit_Framework_TestCase
|
||||
{
|
||||
global $cfg;
|
||||
|
||||
if (function_exists('PMA_supportedDataTypesDescriptions')) {
|
||||
$this->markTestSkipped(
|
||||
'Skipping test since we need to reload data_mysql.inc.php, but cannot do it at this point'
|
||||
);
|
||||
return;
|
||||
} else {
|
||||
include 'libraries/data_mysql.inc.php';
|
||||
}
|
||||
include 'libraries/data_mysql.inc.php';
|
||||
|
||||
if (! defined('PMA_MYSQL_INT_VERSION')) {
|
||||
define('PMA_MYSQL_INT_VERSION', 51000);
|
||||
|
||||
@ -29,14 +29,7 @@ class PMA_RTN_getQueryFromRequest_test extends PHPUnit_Framework_TestCase
|
||||
|
||||
$cfg['ShowFunctionFields'] = false;
|
||||
|
||||
if (function_exists('PMA_supportedDataTypesDescriptions')) {
|
||||
$this->markTestSkipped(
|
||||
'Skipping test since we need to reload data_mysql.inc.php, but cannot do it at this point'
|
||||
);
|
||||
return;
|
||||
} else {
|
||||
include 'libraries/data_mysql.inc.php';
|
||||
}
|
||||
include 'libraries/data_mysql.inc.php';
|
||||
|
||||
$errors = array();
|
||||
PMA_RTN_setGlobals();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user