mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
MDL-40842 behat: fixed a typo
This commit is contained in:
parent
81387cafd5
commit
6cd213567b
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ class behat_hooks extends behat_base {
|
||||||
// PHP debug messages.
|
// PHP debug messages.
|
||||||
$phperrorxpath = "//div[@data-rel='phpdebugmessage']";
|
$phperrorxpath = "//div[@data-rel='phpdebugmessage']";
|
||||||
// Any other backtrace.
|
// Any other backtrace.
|
||||||
$othersxpath = "//*[contains(., ': call to ')])[1]";
|
$othersxpath = "(//*[contains(., ': call to ')])[1]";
|
||||||
|
|
||||||
$xpaths = array($exceptionsxpath, $debuggingxpath, $phperrorxpath, $othersxpath);
|
$xpaths = array($exceptionsxpath, $debuggingxpath, $phperrorxpath, $othersxpath);
|
||||||
$joinedxpath = implode(' | ', $xpaths);
|
$joinedxpath = implode(' | ', $xpaths);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue