Problem/Motivation
AssertContentTrait adds several helpers for tests, but its API (with custom message and group) is much closer to SImpletest than phpunit. We can bring it up to date a bit. Pointed out by @xjm on #3142749: AssertLegacyTrait::assertPattern() calls in functional tests still have a message passed in.
Comments
Comment #2
longwaveI think this is just a duplicate of #3129006: Modernize Drupal\KernelTests\AssertContentTrait
Comment #3
mondrake