From: skodak Date: Tue, 10 Jun 2008 20:03:07 +0000 (+0000) Subject: MDL-14905 towards functional DB tests X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0b00c4ce596ffb4f7839d9e14135e983713fe5e2;p=moodle.git MDL-14905 towards functional DB tests --- diff --git a/admin/report/simpletest/settings.php b/admin/report/simpletest/settings.php index 437a2788d4..7c8c3f90e6 100644 --- a/admin/report/simpletest/settings.php +++ b/admin/report/simpletest/settings.php @@ -7,4 +7,4 @@ if ($reportname[1] == '[') { $ADMIN->add('reports', new admin_externalpage('reportsimpletest', $reportname, "$CFG->wwwroot/$CFG->admin/report/simpletest/index.php",'moodle/site:config')); //TODO: localise -$ADMIN->add('reports', new admin_externalpage('reportdbtest', 'Functional DB tests', "$CFG->wwwroot/$CFG->admin/report/simpletest/dbtest.php",'moodle/site:config')); +$ADMIN->add('reports', new admin_externalpage('reportdbtest', 'Functional DB tests', "$CFG->wwwroot/$CFG->admin/report/simpletest/dbtest.php",'moodle/site:config', true));