This commit is contained in:
Dan Poltawski 2016-09-19 11:39:41 +01:00
commit 771a8d3394

View File

@ -345,5 +345,9 @@ class behat_util extends testing_util {
// Inform data generator.
self::get_data_generator()->reset();
// Initialise $CFG with default values. This is needed for behat cli process, so we don't have modified
// $CFG values from the old run. @see set_config.
initialise_cfg();
}
}