mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 02:56:26 +03:00
* feat: add macpaw/behat-redis-context configuration * fix: add missing endline
19 lines
624 B
JSON
19 lines
624 B
JSON
{
|
|
"bundles": {
|
|
"BehatRedisContextBundle\\BehatRedisContextBundle": ["test"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"post-install-output": [
|
|
"<fg=blue>Read</> the documentation at <comment>https://github.com/MacPaw/behat-redis-context</comment>",
|
|
"BehatRedisContextBundle is registered in the test environment.",
|
|
"<fg=red>Add</> this to your behat.yml to finish setup:",
|
|
"...",
|
|
"contexts:",
|
|
" - BehatRedisContext\\Context\\RedisContext",
|
|
" - BehatRedisContext\\Context\\RedisFixturesContext",
|
|
"..."
|
|
]
|
|
}
|