MDL-55713

This commit is contained in:
Andrew Nicols 2016-10-05 11:46:49 +08:00
parent 6ee51d010f
commit b31984d5a2

View File

@ -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}'");
}