mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 20:42:22 +02:00
MDL-48741 behat: add new moodle_list formatter (rerun compatible)
This commit is contained in:
parent
da0ef2e4cf
commit
4f6c2d9f8b
@ -8,6 +8,6 @@
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "3.7.*",
|
||||
"phpunit/dbUnit": "1.2.*",
|
||||
"moodlehq/behat-extension": "1.29.1"
|
||||
"moodlehq/behat-extension": "1.29.2"
|
||||
}
|
||||
}
|
||||
|
@ -221,7 +221,8 @@ class behat_config_manager {
|
||||
),
|
||||
'Moodle\BehatExtension\Extension' => array(
|
||||
'formatters' => array(
|
||||
'moodle_progress' => 'Moodle\BehatExtension\Formatter\MoodleProgressFormatter'
|
||||
'moodle_progress' => 'Moodle\BehatExtension\Formatter\MoodleProgressFormatter',
|
||||
'moodle_list' => 'Moodle\BehatExtension\Formatter\MoodleListFormatter'
|
||||
),
|
||||
'features' => $features,
|
||||
'steps_definitions' => $stepsdefinitions
|
||||
|
Loading…
x
Reference in New Issue
Block a user