Comments

soldrupal created an issue. See original summary.

soldrupal’s picture

StatusFileSize
new1.41 KB
soldrupal’s picture

StatusFileSize
new1.42 KB
suresh prabhu parkala’s picture

Status: Active » Needs review
StatusFileSize
new1.68 KB
new1.17 KB

Please review!

The last submitted patch, 3: 3138033-2.patch, failed testing. View results

soldrupal’s picture

soldrupal’s picture

Category: Bug report » Task
matroskeen’s picture

Assigned: Unassigned » matroskeen
Status: Needs review » Needs work

The 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.

matroskeen’s picture

Status: Needs work » Needs review
Issue tags: +Drupal 9 porting weekend
StatusFileSize
new3.93 KB
new2.25 KB

Here 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:

Found the correct "Originally to" line in the body.
Failed asserting that 1 is true.
Drupal\Tests\reroute_email\Functional\TestEmailFormTest::testFormTestEmail
Found the correct "cc" line in the body.
Failed asserting that 1 is true.

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_requirement changes first and then trigger test bot to make sure it's fine.
matroskeen’s picture

Assigned: matroskeen » Unassigned

  • bohart committed 7ddab75 on 8.x-1.x authored by Matroskeen
    Issue #3138033 by Matroskeen, bohart, soldrupal, Suresh Prabhu Parkala:...
bohart’s picture

Status: Needs review » Fixed

Patch 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.

hanoii’s picture

Why not make 2.0.0 also compatible with 8.8+?

heddn’s picture

re #13: good question. Is there a hard blocker from making it support 8.8+?

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.