Call to deprecated method strtolower()
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | interdiff_4-9.txt | 2.25 KB | matroskeen |
| #9 | 3138033-9.patch | 3.93 KB | matroskeen |
| #4 | interdiff_2-4.txt | 1.17 KB | suresh prabhu parkala |
| #4 | 3138033-4.patch | 1.68 KB | suresh prabhu parkala |
| #2 | 3138033.patch | 1.41 KB | soldrupal |
Comments
Comment #2
soldrupal commentedComment #3
soldrupal commentedComment #4
suresh prabhu parkala commentedPlease review!
Comment #6
soldrupal commentedComment #7
soldrupal commentedComment #8
matroskeenThe last patch looks good, however, tests are failing on D9 version for multiple reasons:
- missing core_version_requirement in test module;
- missing $defaultTheme property;
- failed asserts;
I'll try to take care of it.
Comment #9
matroskeenHere is the new patch, where addressed the following issues:
1) Missing core_version_requirement property in reroute_email_test test module;
2) Missing $defaultTheme property in Functional tests (see: https://www.drupal.org/node/3083055);
3) Failed asserts:
Tests were passed running locally on D9 version. Interdiff attached.
It seems it's not possible to run tests with Drupal 9 version without core_version_requirement committed (because of failed composer require).
We can commit
core_version_requirementchanges first and then trigger test bot to make sure it's fine.Comment #10
matroskeenComment #12
bohartPatch committed along with new releases created. Thanks, everyone!
All further works will be handled at #3042834: Drupal 10 Deprecated Code Report. This one marked as Fixed.
Comment #13
hanoiiWhy not make 2.0.0 also compatible with 8.8+?
Comment #14
heddnre #13: good question. Is there a hard blocker from making it support 8.8+?