mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'MDL-43266_master-last-fixes' of git://github.com/dmonllao/moodle
Conflicts: lib/phpunit/classes/util.php
This commit is contained in:
commit
1700bec3c6
3 changed files with 161 additions and 13 deletions
|
@ -85,6 +85,10 @@ class behat_util extends testing_util {
|
|||
|
||||
install_cli_database($options, false);
|
||||
|
||||
// We need to keep the installed dataroot filedir files.
|
||||
// So each time we reset the dataroot before running a test, the default files are still installed.
|
||||
self::save_original_data_files();
|
||||
|
||||
$frontpagesummary = new admin_setting_special_frontpagedesc();
|
||||
$frontpagesummary->write_setting(self::BEHATSITENAME);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue