Merge branch 'MDL-37787_master' of git://github.com/dmonllao/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2013-02-12 10:07:58 +01:00
commit 7fe9a7863a

View File

@ -189,6 +189,9 @@ class behat_config_manager {
'features' => $features,
'steps_definitions' => $stepsdefinitions
)
),
'formatter' => array(
'name' => 'progress'
)
)
);