mirror of
https://github.com/moodle/moodle.git
synced 2025-02-21 09:52:54 +01:00
20 lines
386 B
YAML
20 lines
386 B
YAML
issueNumber: MDL-81308
|
|
notes:
|
|
core:
|
|
- message: >
|
|
All uses of the following PHPUnit methods have been removed as these
|
|
methods are
|
|
|
|
deprecated upstream without direct replacement:
|
|
|
|
|
|
- `withConsecutive`
|
|
|
|
- `willReturnConsecutive`
|
|
|
|
- `onConsecutive`
|
|
|
|
|
|
Any plugin using these methods must update their uses.
|
|
type: changed
|