Skip to content

Commit

Permalink
MDL-55117 behat: Re-initialise to ensure modified config is not used
Browse files Browse the repository at this point in the history
As behat cli process is 1 run for features
Any modification in  will be reflected
in later runs on cli. In this case
- disabling enablebadges in block_badges.feature
- reflected while running cron in award_badges.feature
  • Loading branch information
Rajesh Taneja committed Sep 14, 2016
1 parent 2ab8015 commit 32935e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/behat/classes/util.php
Expand Up @@ -342,5 +342,9 @@ public static function reset_all_data() {

// 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();
}
}

0 comments on commit 32935e9

Please sign in to comment.