MDL-46269 tool_httpsreplace: Add behat tests

This commit is contained in:
John Okely
2017-08-29 16:43:07 +08:00
committed by Marina Glancy
parent 7821d93aa6
commit 2533959982
2 changed files with 26 additions and 1 deletions
+1 -1
View File
@@ -28,5 +28,5 @@ if ($hassiteconfig) {
$pluginname = get_string('pluginname', 'tool_httpsreplace');
$url = $CFG->wwwroot.'/'.$CFG->admin.'/tool/httpsreplace/index.php';
$ADMIN->add('unsupported', new admin_externalpage('toolhttpsreplace', $pluginname, $url, 'moodle/site:config', true));
$ADMIN->add('security', new admin_externalpage('toolhttpsreplace', $pluginname, $url, 'moodle/site:config'));
}