Skip to content

Commit

Permalink
Merge branch 'MDL-53547' of git://github.com/timhunt/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Mar 22, 2016
2 parents 63dcc87 + 4c8c69e commit debb1c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions admin/tool/log/store/database/tests/store_test.php
Expand Up @@ -52,8 +52,7 @@ public function test_log_writing() {
$this->assertCount(0, $stores);

// Fake the settings, we will abuse the standard plugin table here...
$parts = explode('_', get_class($DB));
set_config('dbdriver', $parts[1] . '/' . $parts[0], 'logstore_database');
set_config('dbdriver', $CFG->dblibrary . '/' . $CFG->dbtype, 'logstore_database');
set_config('dbhost', $CFG->dbhost, 'logstore_database');
set_config('dbuser', $CFG->dbuser, 'logstore_database');
set_config('dbpass', $CFG->dbpass, 'logstore_database');
Expand Down

0 comments on commit debb1c3

Please sign in to comment.