mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
[zenstruck/messenger-test] add recipe (#1189)
This commit is contained in:
@@ -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</>
|
||||
Reference in New Issue
Block a user