zenstruck / messenger-test

Assertions and helpers for testing your symfony/messenger queues.
MIT License
223 stars 15 forks source link

[BC BREAK] rename `TestTransport::sent()` to `dispatched()` #16

Closed kbond closed 3 years ago

kbond commented 3 years ago

Closes #15.

OskarStark commented 3 years ago

$sent in TestTransport should be $dispatched as well