mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-78703' of https://github.com/paulholden/moodle
This commit is contained in:
commit
84257e4aa3
@ -148,7 +148,7 @@ class behat_general extends behat_base {
|
||||
|
||||
} else if (!empty($url)) {
|
||||
// We redirect directly as we can not wait for an automatic redirection.
|
||||
$this->getSession()->getDriver()->getClient()->request('get', $url);
|
||||
$this->getSession()->getDriver()->getClient()->request('GET', $url);
|
||||
|
||||
} else {
|
||||
// Reload the page if no URL was provided.
|
||||
|
Loading…
x
Reference in New Issue
Block a user