zenstruck / messenger-test

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

Collection of messages should be enabled before test is run #24

Closed kbond closed 1 year ago

kbond commented 3 years ago

This will avoid messages being statically collected in the dev environment and in tests not using the InteractsWithMessenger trait.