MDL-48741 behat: add new moodle_list formatter (rerun compatible)

This commit is contained in:
Eloy Lafuente (stronk7) 2015-01-04 13:16:42 +01:00
parent da0ef2e4cf
commit 4f6c2d9f8b
2 changed files with 3 additions and 2 deletions

View File

@ -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"
}
}

View File

@ -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