Problem/Motivation

While reviewing #3112432: Prevent core, stub simpletest module from being installed on new sites for the release notes I noticed a typo in the message:
SimpleTest is has been removed from Drupal 9.0.0

A similar typo occurs a few other places in core; however, this is the only one that is a string change and is only relevant to 9.1.x. If we can address it before 9.1.0-beta1, we don't need to treat it as a string break

Proposed resolution

Attached fixes the typo.

User interface changes

No more typo in the requirements error when a user tries to enable Simpletest.

API changes

N/A

Data model changes

N/A

Release notes snippet

N/A

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

xjm created an issue. See original summary.

xjm’s picture

Status: Active » Needs review
FileSize
0 bytes
xjm’s picture

Kristen Pol’s picture

Maybe my computer is mucked but I get a blank file when going to that patch.

xjm’s picture

Uh, reuploading... I blame the internet.

Kristen Pol’s picture

1. New patch looks good.

2. Patch addresses the issue in the issue summary and does not change anything else.

3. Issue summary is clear and complete.

4. I assume manual testing is not needed as this is a trivial text change.

5. If tests pass, then IMO this is RTBC.

Kristen Pol’s picture

I manually tested for good measure, and tagged for Bug Smash Initiative.

Before:

After:

pameeela’s picture

Status: Needs review » Reviewed & tested by the community

Green so RTBC :)

alexpott’s picture

Title: Fix typo "is has" in SimpleTest deprecation warning » [backport] Fix typo "is has" in SimpleTest deprecation warning

Committed da115f6 and pushed to 9.2.x. Thanks!

Will backport to 9.1.x after alpha.

  • alexpott committed da115f6 on 9.2.x
    Issue #3178037 by xjm, Kristen Pol: Fix typo "is has" in SimpleTest...
alexpott’s picture

Title: [backport] Fix typo "is has" in SimpleTest deprecation warning » Fix typo "is has" in SimpleTest deprecation warning
Status: Reviewed & tested by the community » Fixed

  • alexpott committed 3e833a0 on 9.1.x
    Issue #3178037 by xjm, Kristen Pol: Fix typo "is has" in SimpleTest...

Status: Fixed » Closed (fixed)

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