Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
b31984d5
Commit
b31984d5
authored
Oct 05, 2016
by
Andrew Nicols
Browse files
MDL-55713
parent
6ee51d01
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/behat/classes/behat_config_util.php
View file @
b31984d5
...
...
@@ -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
}
'"
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment