Merge branch 'MDL-54019_master' of git://github.com/markn86/moodle

This commit is contained in:
Dan Poltawski 2016-05-02 16:56:56 +01:00
commit 8adf0454c0

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;