MDL-54019 core_behat: fixed typo

This commit is contained in:
Mark Nelson 2016-05-02 18:09:39 +08:00
parent 3219a4535f
commit e45aac5f8e

View File

@ -164,7 +164,7 @@ class behat_util extends testing_util {
$result = json_decode($result, true);
$clienv = self::get_environment();
if ($result != $clienv) {
$output = 'Differences decteted between cli and webserver...'.PHP_EOL;
$output = 'Differences detected between cli and webserver...'.PHP_EOL;
foreach ($result as $key => $version) {
if ($clienv[$key] != $version) {
$output .= ' ' . $key . ': ' . PHP_EOL;