MDL-73163 behat: Changed most to must

This commit is contained in:
Kordan 2021-11-25 07:00:49 +01:00 committed by Simey Lameze
parent 941a29925e
commit 84735e806d

View File

@ -627,7 +627,7 @@ class behat_navigation extends behat_base {
}
return [$component, $name];
} else {
throw new coding_exception('The page name most be in the form ' .
throw new coding_exception('The page name must be in the form ' .
'"{page-name}" for core pages, or "{component} > {page-name}" ' .
'for pages belonging to other components. ' .
'For example "Admin notifications" or "mod_quiz > View".');