zenstruck / messenger-test

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

Remove `DoctrineClearEntityManagerWorkerSubscriber` during process #44

Closed kbond closed 2 years ago

kbond commented 2 years ago

When processing messages in your tests, we don't want the em cleared.

Fixes #43.