Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When dispatching events using the `until` method instead of the `dispatch` or `fire` methods, the given events were not being collected in the `events` array of the `EventFake` class. This was resulting false negatives, e.g. `assertDispatched` is failing because the `until` method is not implemented like the `fire` and `dispatch` methods. * Fixes #18923
- Loading branch information