You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #47252 [PhpUnitBridge] Use triggering class to generate baseline for deprecation messages from DebugClassLoader (leongersen)
This PR was merged into the 5.4 branch.
Discussion
----------
[PhpUnitBridge] Use triggering class to generate baseline for deprecation messages from DebugClassLoader
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix#45943
| License | MIT
| Doc PR | N/A
Fixes#45943 by using the triggering class to generate the baseline for messages from `DebugClassLoader`.
This would break currently generated baselines, but as #45943 describes, those are broken already when running tests in another order, or when running a sub-/superset of tests.
I'll finish this PR by adding/updating tests if this approach is acceptable.
Commits
-------
3987757 Use triggering class to generate baseline for deprecation messages from DebugClassLoader
0 commit comments