Problem/Motivation
An old workaround prevents identifying risky functional tests.
UiHelperTrait::assertSession() now adds to the assertion count so the workaround to add an assertion at setUp() can be temoved.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3468204
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3468204-remove-assertion-workaround
changes, plain diff MR !9215
Comments
Comment #3
mondrakeComment #4
mstrelan commentedI guess this could cause risky tests in contrib, so might need a CR?
Comment #5
mondrakeAdded this issue to CR https://www.drupal.org/node/3467095
I think that is enough
Comment #6
mstrelan commentedComment #8
longwaveGreat to see this hack be removed, surprised there was only one fix needed.
Not eligible for backport as it may affect contrib tests as per #4.
Committed c17cc49 and pushed to 11.x. Thanks!