Commit 8f73cbd
committed
minor #63750 Configure deprecation triggers (derrabus)
This PR was merged into the 7.4 branch.
Discussion
----------
Configure deprecation triggers
| Q | A
| ------------- | ---
| Branch? | 7.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | N/A
| License | MIT
By configuring deprecation triggers in PHPUnit, we enable PHPUnit to be more precise about where an observed deprecation warning originates.
#### Before
<img width="645" height="237" alt="Bildschirmfoto 2026-03-24 um 14 16 33" src="https://github.com/user-attachments/assets/f44556b8-0ade-4c56-9e59-be5443a439fb" />
#### After
<img width="732" height="226" alt="Bildschirmfoto 2026-03-24 um 14 17 23" src="https://github.com/user-attachments/assets/dbdc0a8e-b129-440d-93f9-ff813611f42b" />
Commits
-------
1252f4ef7bb Configure deprecation triggers1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
| |||
0 commit comments