Problem/Motivation
In #3027952: [Plan] Remove the usage of deprecated methods in tests, we removed usage and started triggering deprecation errors for legacy assert methods coming from Simpletest.
It's time to remove the legacy traits for D10.
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
None
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | reroll_diff_3-6.txt | 2.33 KB | murilohp |
| #6 | 3227265-6.patch | 85.63 KB | murilohp |
Comments
Comment #2
mondrakeComment #3
mondrakeComment #4
mondrakeComment #5
mondrakeComment #6
murilohp commentedHey @mondrake, I rerolled the #3 into branch 10.0.x.
Thanks!
Comment #7
mondrakeWhat a cleanup!
Comment #8
alexpottCommitted e0f297b and pushed to 10.0.x. Thanks!
Comment #10
catchDiscussed with @alexpott and @Gábor Hojtsy in slack - something like 70% of deprecations found in Drupal 9-compatible modules are Drupal 8 deprecations (which probably means these), so even though this is deprecated in 8 for 9, we should still only remove it after alpha1. Re-opening for a revert. We should be good to recommit once alpha1 is tagged though.
Comment #12
catchDone the revert for now, back to RTBC.
Comment #14
catchCherry-picked back the original commit, thanks!