We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fabpot
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
I've described everything here: https://stackoverflow.com/questions/78966921/symfony-7-2-notifier-component-testing-i-can-test-sending-only-sync-but-not-a
So do you want to change the docs, do you have a specific question? I don't know what is this ticket about.
There is a bug i suggest, all the docs are fine.
I can test sending only "sync" but not "async" messages using NotifierInterface service
When I use "NotifierInterface" service for sending "async" messages everything works
But when it comes to tests, I don't know why, but my tests don't see "async" messages were sent by "NotifierInterface" service
Activity
OskarStark commentedon Nov 17, 2024
So do you want to change the docs, do you have a specific question? I don't know what is this ticket about.
GrinWay commentedon Nov 17, 2024
There is a bug i suggest, all the docs are fine.
I can test sending only "sync" but not "async" messages using NotifierInterface service
When I use "NotifierInterface" service for sending "async" messages everything works
But when it comes to tests, I don't know why, but my tests don't see "async" messages were sent by "NotifierInterface" service