Skip to content

Commit

Permalink
MDL-64633 behat: fix FormatterNotFoundException when updating steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewallah committed Jan 22, 2019
1 parent b39f719 commit b50e1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/tool/behat/cli/util_single_run.php
Expand Up @@ -218,7 +218,7 @@
// Run behat command to get steps in feature files.
$featurestepscmd = behat_command::get_behat_command(true);
$featurestepscmd .= ' --config ' . behat_config_manager::get_behat_cli_config_filepath();
$featurestepscmd .= ' --dry-run --format=moodle_step_count';
$featurestepscmd .= ' --dry-run --format=moodle_stepcount';
$processes = cli_execute_parallel(array($featurestepscmd), __DIR__ . "/../../../../");
$status = print_update_step_output(array_pop($processes), $behatstepfile);

Expand Down

0 comments on commit b50e1b2

Please sign in to comment.