MDL-54573 testing: don't uppercase dbtype
This commit is contained in:
committed by
David Monllao
parent
f0a2dbf188
commit
13708875d3
@@ -1106,6 +1106,7 @@ abstract class testing_util {
|
||||
$dbtype = $CFG->dbtype;
|
||||
$dbinfo = $DB->get_server_info();
|
||||
$dbversion = $dbinfo['version'];
|
||||
$env['dbtype'] = $dbtype;
|
||||
$env['dbversion'] = $dbversion;
|
||||
|
||||
// OS details.
|
||||
|
||||
Reference in New Issue
Block a user