Problem/Motivation

\Drupal\Core\Test\AssertMailTrait::verboseEmail() is deprecated in Drupal 9.2.
We should remove it in 10.

Steps to reproduce

N/A

Proposed resolution

Remove \Drupal\Core\Test\AssertMailTrait::verboseEmail()

Remaining tasks

All the things.

User interface changes

None.

API changes

None.

Data model changes

None.

Release notes snippet

None.

Comments

Eli-T created an issue. See original summary.

eli-t’s picture

Status: Active » Needs review
StatusFileSize
new1.18 KB
alexpott’s picture

Issue tags: +ddd2022
mondrake’s picture

alexpott’s picture

@mondrake I would like to remove this function before getting a reroll on #3260928: Move more PHPStan global ignore patterns to baseline - this code is a bit different to the rest in #3261266: Remove deprecated code from the testing framework (base classes, listeners, etc) because it is actually broken code. It's been broken for ages and adds a lot of noise to PHPStan.

longwave’s picture

Status: Needs review » Reviewed & tested by the community

Tagged for removal, time for it to go.

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed 2021dee and pushed to 10.0.x. Thanks!

  • alexpott committed 2021dee on 10.0.x
    Issue #3274016 by Eli-T, longwave, mondrake: Remove \Drupal\Core\Test\...

Status: Fixed » Closed (fixed)

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