Merge branch 'MDL-43266_master-last-fixes' of git://github.com/dmonllao/moodle

Conflicts:
	lib/phpunit/classes/util.php
This commit is contained in:
Eloy Lafuente (stronk7) 2014-03-13 19:12:25 +01:00
commit 1700bec3c6
3 changed files with 161 additions and 13 deletions

View file

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