From ab37e1e397f7d74c9722ce01dabfc1312f67a920 Mon Sep 17 00:00:00 2001 From: "info@eWallah.net" Date: Wed, 8 May 2024 21:48:40 +0200 Subject: [PATCH] MDL-80972 behat: Behat check_server_status can provide better info. --- lib/behat/classes/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/behat/classes/util.php b/lib/behat/classes/util.php index 1eb74ac266a..25d9bfb7db6 100644 --- a/lib/behat/classes/util.php +++ b/lib/behat/classes/util.php @@ -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.