mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Merge branch 'MDL-73163-master' of https://github.com/lameze/moodle
This commit is contained in:
commit
b0b3b13032
@ -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