mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 18:16:46 +03:00
18 lines
569 B
JSON
18 lines
569 B
JSON
{
|
|
"bundles": {
|
|
"BehatHttpMockContext\\BehatHttpMockContextBundle": ["test"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"post-install-output": [
|
|
"<fg=blue>Read</> the documentation at <comment>https://github.com/MacPaw/behat-http-mock-context</comment>",
|
|
"BehatHttpMockContextBundle is registered in the test environment.",
|
|
"<fg=red>Add</> this to your behat.yml to finish setup:",
|
|
"...",
|
|
"contexts:",
|
|
" - BehatHttpMockContext\\Context\\MockContext",
|
|
"..."
|
|
]
|
|
}
|