]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-14905 towards functional DB tests
authorskodak <skodak>
Tue, 10 Jun 2008 20:03:07 +0000 (20:03 +0000)
committerskodak <skodak>
Tue, 10 Jun 2008 20:03:07 +0000 (20:03 +0000)
admin/report/simpletest/settings.php

index 437a2788d445f5ff6246f3916cbc75073073112c..7c8c3f90e612b3aeec2f2959ce57dcbc9236c756 100644 (file)
@@ -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));