[zenstruck/messenger-test] add recipe (#1189)

This commit is contained in:
Kevin Bond
2023-04-05 17:21:43 +02:00
committed by GitHub
parent 6f23706038
commit 41d2cf13ea
2 changed files with 11 additions and 0 deletions
@@ -0,0 +1,6 @@
{
"bundles": {
"Zenstruck\\Messenger\\Test\\ZenstruckMessengerTestBundle": ["test"]
},
"aliases": ["messenger-test"]
}
@@ -0,0 +1,5 @@
* You're ready to use zenstruck/messenger-test:
1. Override your transport(s) in your <info>test</info> environment with <info>test://</info>
2. Use the <info>InteractsWithMessenger</info> trait in your "kernel" tests
* <fg=blue>Read</> the documentation at <comment>https://github.com/zenstruck/messenger-test#zenstruckmessenger-test</>