Skip to content

Move calls to `addToAssertionCount` to implementations of `assertSession` instead of `setUp`

This way tests that truly don't assert anything will still fail as expected. Core's UiHelperTrait::assertSession() uses this approach as well. This is a follow-up to #47 (closed).

Merge request reports