Merge branch 'wip-mdl-55879' of https://github.com/rajeshtaneja/moodle
This commit is contained in:
@@ -111,6 +111,11 @@ class behat_hooks extends behat_base {
|
||||
* @BeforeSuite
|
||||
*/
|
||||
public static function before_suite_hook(BeforeSuiteScope $scope) {
|
||||
// If behat has been initialised then no need to do this again.
|
||||
if (self::$initprocessesfinished) {
|
||||
return;
|
||||
}
|
||||
|
||||
try {
|
||||
self::before_suite($scope);
|
||||
} catch (behat_stop_exception $e) {
|
||||
|
||||
Reference in New Issue
Block a user