MDL-67740 behat: Fix the name of the class in the inline documentation

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).
This commit is contained in:
David Mudrák
2020-01-24 10:40:30 +01:00
parent 25d7262707
commit 8008cb3885
+1 -1
View File
@@ -55,7 +55,7 @@ class tool_behat {
// 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;
}