Skip to content

Commit

Permalink
MDL-67740 behat: Fix the name of the class in the inline documentation
Browse files Browse the repository at this point in the history
The said class is provided by the moodlehq/behat-extension composer
package and was renamed as a part of upgrade to Behat 3.0.x (MDL-46891).
  • Loading branch information
mudrd8mz committed Jan 24, 2020
1 parent 25d7262 commit 8008cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/tool/behat/locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public static function stepsdefinitions($type, $component, $filter) {
// The loaded steps depends on the component specified.
behat_config_manager::update_config_file($component, false);

// The Moodle\BehatExtension\HelpPrinter\MoodleDefinitionsPrinter will parse this search format.
// The Moodle\BehatExtension\Definition\Printer\ConsoleDefinitionInformationPrinter will parse this search format.
if ($type) {
$filter .= '&&' . $type;
}
Expand Down

0 comments on commit 8008cb3

Please sign in to comment.