mirror of
https://github.com/moodle/moodle.git
synced 2025-03-20 07:30:01 +01:00
MDL-80972 behat: Behat check_server_status can provide better info.
This commit is contained in:
parent
67b2c43225
commit
ab37e1e397
@ -226,7 +226,7 @@ class behat_util extends testing_util {
|
||||
|
||||
behat_error (BEHAT_EXITCODE_REQUIREMENT, $CFG->behat_wwwroot . ' is not available, ensure you specified ' .
|
||||
'correct url and that the server is set up and started.' . PHP_EOL . ' More info in ' .
|
||||
behat_command::DOCS_URL . PHP_EOL);
|
||||
behat_command::DOCS_URL . PHP_EOL . parent::get_site_info());
|
||||
}
|
||||
|
||||
// Check if cli version is same as web version.
|
||||
|
Loading…
x
Reference in New Issue
Block a user