mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 04:22:07 +02:00
MDL-73163 behat: Changed most to must
This commit is contained in:
parent
941a29925e
commit
84735e806d
@ -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".');
|
||||
|
Loading…
x
Reference in New Issue
Block a user