Skip to content

Commit

Permalink
MDL-81523 upgrade: Add a upgrade note sharing about the change/fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jun 8, 2024
1 parent 209cf0e commit 1e3865a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .upgradenotes/MDL-81523-2024052812372416.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1e3865a

Please sign in to comment.