- 🇨🇴Colombia jedihe
Closing in favor of 📌 Automated Drupal 10 compatibility fixes Fixed , which currently has a patch with all tests passing both in D9.5 and D10.
With Drupal 8 EOL'd, the minimal version of core to run tests against is 9.x (currently, 9.3). D9 introduced quite a few deprecations to tests, which are polluting test results for patches submitted.
Resolving the testing deprecations will help in getting back to a place where testbot results can be actually useful for maintenance and future development.
- Run the test suite. Done in #2 by attaching a no-op patch.
- Notice that the test suite fails due to deprecation-related errors.
- Fix all deprecations in the test suite.
- Review/iterate fix and merge.
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Closing in favor of 📌 Automated Drupal 10 compatibility fixes Fixed , which currently has a patch with all tests passing both in D9.5 and D10.