MDL-48741 behat: add new moodle_list formatter (rerun compatible)
This commit is contained in:
+1
-1
@@ -8,6 +8,6 @@
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "3.7.*",
|
||||
"phpunit/dbUnit": "1.2.*",
|
||||
"moodlehq/behat-extension": "1.27.12"
|
||||
"moodlehq/behat-extension": "1.27.13"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user