mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 12:45:04 +01:00
Merge branch 'wip-mdl-57531' of https://github.com/rajeshtaneja/moodle
This commit is contained in:
commit
e0d1efd896
@ -117,6 +117,9 @@ class behat_util extends testing_util {
|
||||
// Set editor autosave to high value, so as to avoid unwanted ajax.
|
||||
set_config('autosavefrequency', '604800', 'editor_atto');
|
||||
|
||||
// Set noreplyaddress to an example domain, as it should be valid email address and test site can be a localhost.
|
||||
set_config('noreplyaddress', 'noreply@example.com');
|
||||
|
||||
// Keeps the current version of database and dataroot.
|
||||
self::store_versions_hash();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user