mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'MDL-40405-master' of git://github.com/FMCorz/moodle
Conflicts: lib/upgrade.txt
This commit is contained in:
commit
0574cd9061
6 changed files with 32 additions and 25 deletions
|
@ -11,6 +11,7 @@ information provided here is intended especially for developers.
|
|||
* get_system_context() is deprecated, please use context_system::instance().
|
||||
* get_parent_contexts() is deprecated, please use $context->get_parent_context_ids().
|
||||
* get_parent_contextid() is deprecated, please use $context->get_parent_context().
|
||||
* get_child_contexts() is deprecated, please use $context->get_child_contexts().
|
||||
* Use new function moodleform::mock_submit() to simulate form submission in unit tests (backported).
|
||||
|
||||
=== 2.5.1 ===
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue