- 3. Run: Which process behat should be initialise for.
* behat_context_helper::set_session() has been deprecated, please use behat_context_helper::set_environment() instead.
* data-fieldtype="type" attribute has been added to form field default template.
-* Relative paths in $CFG->alternateloginurl will be resolved to absolute path within moodle site. That means:
+* form elements extending MoodleQuickForm_group must call $this->createFormElement() instead of
+ @MoodleQuickForm::createElement() in order to be compatible with PHP 7.1
++* Relative paths in $CFG->alternateloginurl will be resolved to absolute path within moodle site. Previously they
++ were resolved to absolute path within the server. That means:
+ - $CFG->wwwroot: http://example.com/moodle
+ - $CFG->alternateloginurl : /my/super/login.php
+ - Login url will be: http://example.com/moodle/my/super/login.php (moodle root based)
=== 3.1 ===