zenstruck / messenger-test

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

Persist intercept & catch_exceptions options between kernel reboot #11

Closed kbond closed 3 years ago

kbond commented 3 years ago

The implementation in #8 introduced a major bug (see #9 for details). This is an alternate implementation:

(Fixes #7, Fixes #9)