Skip to content

Commit

Permalink
Merge branch 'wip-mdl-57531' of https://github.com/rajeshtaneja/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Jan 5, 2017
2 parents b6f5e57 + 1024f6d commit e0d1efd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/behat/classes/util.php
Expand Up @@ -117,6 +117,9 @@ public static function install_site() {
// 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();

Expand Down

0 comments on commit e0d1efd

Please sign in to comment.