MDL-54573 testing: use dbtype rather dbvendor for diagnostics

So that we can differentiate between drivers
This commit is contained in:
Dan Poltawski
2016-05-13 14:49:42 +01:00
parent 65cbefc403
commit f6cbdf788a
+1 -1
View File
@@ -1103,7 +1103,7 @@ abstract class testing_util {
$env['phpversion'] = $phpversion;
// Add database type and version.
$dbtype = $DB->get_dbvendor();
$dbtype = $CFG->dbtype;
$dbinfo = $DB->get_server_info();
$dbversion = $dbinfo['version'];
$env['dbtype'] = ucfirst($dbtype);