MDL-69278 behat: Correct variable name
authorAndrew Nicols <andrew@nicols.co.uk>
Thu, 16 Jul 2020 00:24:55 +0000 (08:24 +0800)
committerAndrew Nicols <andrew@nicols.co.uk>
Thu, 16 Jul 2020 00:29:22 +0000 (08:29 +0800)
lib/tests/behat/behat_hooks.php

index f670e4c..ec007f1 100644 (file)
@@ -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}
+    {$commandpath}
 
 EOF;
             self::log_and_stop($message);