mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
Merge branch 'MDL-54019_master' of git://github.com/markn86/moodle
This commit is contained in:
commit
8adf0454c0
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user