This commit is contained in:
Dan Poltawski 2017-01-05 06:51:54 +00:00
commit e0d1efd896

View File

@ -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();