Closed (fixed)
Project:
Reroute Email
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 May 2020 at 02:02 UTC
Updated:
22 Jun 2020 at 21:24 UTC
Jump to comment: Most recent, Most recent file
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+?