mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-55713
This commit is contained in:
parent
6ee51d010f
commit
b31984d5a2
@ -876,7 +876,7 @@ class behat_config_util {
|
||||
public static final function get_behat_theme_selector_override_classname($themename, $selectortype, $includeclass = false) {
|
||||
global $CFG;
|
||||
|
||||
if ($selectortype !== 'partial' && $selectortype !== 'exact') {
|
||||
if ($selectortype !== 'named_partial' && $selectortype !== 'named_exact') {
|
||||
throw new coding_exception("Unknown selector override type '{$selectortype}'");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user