mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-55365 behat: Remove deprecated api's in behat_config_mananger.php
This commit is contained in:
parent
8c51626841
commit
8d2432f543
3 changed files with 47 additions and 352 deletions
|
@ -1,6 +1,19 @@
|
|||
This files describes API changes in core libraries and APIs,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
=== 3.6 ===
|
||||
|
||||
* Following api's have been removed in behat_config_manager, please use behat_config_util instead.
|
||||
- get_features_with_tags()
|
||||
- get_components_steps_definitions()
|
||||
- get_config_file_contents()
|
||||
- merge_behat_config()
|
||||
- get_behat_profile()
|
||||
- profile_guided_allocate()
|
||||
- merge_config()
|
||||
- clean_path()
|
||||
- get_behat_tests_path()
|
||||
|
||||
=== 3.5 ===
|
||||
|
||||
* There is a new privacy API that every subsystem and plugin has to implement so that the site can become GDPR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue