diff --git a/admin/tool/behat/locallib.php b/admin/tool/behat/locallib.php index 52d5bccbcb9ac..f4e6537af6c06 100644 --- a/admin/tool/behat/locallib.php +++ b/admin/tool/behat/locallib.php @@ -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; }