Based on ProgressFormatter, the site info
will be displayed when the suite begins.
"require-dev": {
"phpunit/phpunit": "3.7.*",
"phpunit/dbUnit": "1.2.*",
- "moodlehq/behat-extension": "1.26.2"
+ "moodlehq/behat-extension": "1.26.3"
}
}
'selenium2' => null
),
'Moodle\BehatExtension\Extension' => array(
+ 'formatters' => array(
+ 'moodle_progress' => 'Moodle\BehatExtension\Formatter\MoodleProgressFormatter'
+ ),
'features' => $features,
'steps_definitions' => $stepsdefinitions
)
),
'formatter' => array(
- 'name' => 'progress'
+ 'name' => 'moodle_progress'
)
)
);