mirror of
https://github.com/moodle/moodle.git
synced 2025-02-23 19:44:19 +01:00
6 lines
411 B
PHP
6 lines
411 B
PHP
<?php //$Id$
|
|
if ($hassiteconfig) {
|
|
$ADMIN->add('development', new admin_externalpage('reportsimpletest', get_string('simpletest', 'admin'), "$CFG->wwwroot/$CFG->admin/report/unittest/index.php",'report/unittest:view'));
|
|
$ADMIN->add('development', new admin_externalpage('reportdbtest', get_string('dbtest', 'admin'), "$CFG->wwwroot/$CFG->admin/report/unittest/dbtest.php",'report/unittest:view'));
|
|
}
|
|
?>
|