mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-81523 upgrade: Add a upgrade note sharing about the change/fix
This commit is contained in:
parent
674497a12c
commit
08e8b21b1f
14
.upgradenotes/MDL-81523-2024052812372416.yml
Normal file
14
.upgradenotes/MDL-81523-2024052812372416.yml
Normal file
@ -0,0 +1,14 @@
|
||||
issueNumber: MDL-81523
|
||||
notes:
|
||||
core:
|
||||
- message: >
|
||||
All the setup and tear down methods of `PHPUnit` now are required to,
|
||||
always, call to their parent counterparts. This is a good practice to
|
||||
avoid future problems, especially when updating to PHPUnit >= 10.
|
||||
|
||||
This includes the following methods:
|
||||
- `setUp()`
|
||||
- `tearDown()`
|
||||
- `setUpBeforeClass()`
|
||||
- `tearDownAfterClass()`
|
||||
type: fixed
|
Loading…
x
Reference in New Issue
Block a user