Merge branch 'MDL-48196-master' of git://github.com/andrewnicols/moodle

This commit is contained in:
Sam Hemelryk 2014-11-17 12:34:02 +13:00
commit b83a0323da

View File

@ -408,6 +408,9 @@ class phpunit_util extends testing_util {
install_cli_database($options, false);
// Set the admin email address.
$DB->set_field('user', 'email', 'admin@example.com', array('username' => 'admin'));
// Disable all logging for performance and sanity reasons.
set_config('enabled_stores', '', 'tool_log');