Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d751c1
)
MDL-69278 behat: Correct variable name
author
Andrew Nicols
<andrew@nicols.co.uk>
Thu, 16 Jul 2020 00:24:55 +0000
(08:24 +0800)
committer
Andrew Nicols
<andrew@nicols.co.uk>
Thu, 16 Jul 2020 00:29:22 +0000
(08:29 +0800)
lib/tests/behat/behat_hooks.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/tests/behat/behat_hooks.php
b/lib/tests/behat/behat_hooks.php
index
f670e4c
..
ec007f1
100644
(file)
--- a/
lib/tests/behat/behat_hooks.php
+++ b/
lib/tests/behat/behat_hooks.php
@@
-184,7
+184,7
@@
class behat_hooks extends behat_base {
$message = <<<EOF
Your behat test site is outdated, please run the following command from your Moodle dirroot to drop, and reinstall the Behat test site.
- {$comandpath}
+ {$com
m
andpath}
EOF;
self::log_and_stop($message);