File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
macpaw/behat-redis-context/1.0 Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ behat_redis_context :
2
+ dataFixturesPath : " PATH_TO_FIXTURES_FOLDER"
Original file line number Diff line number Diff line change
1
+ {
2
+ "bundles" : {
3
+ "BehatRedisContextBundle\\ BehatRedisContextBundle" : [" test" ]
4
+ },
5
+ "copy-from-recipe" : {
6
+ "config/" : " %CONFIG_DIR%/"
7
+ },
8
+ "post-install-output" : [
9
+ " <fg=blue>Read</> the documentation at <comment>https://github.com/MacPaw/behat-redis-context</comment>" ,
10
+ " BehatRedisContextBundle is registered in the test environment." ,
11
+ " <fg=red>Add</> this to your behat.yml to finish setup:" ,
12
+ " ..." ,
13
+ " contexts:" ,
14
+ " - BehatRedisContext\\ Context\\ RedisContext" ,
15
+ " - BehatRedisContext\\ Context\\ RedisFixturesContext" ,
16
+ " ..."
17
+ ]
18
+ }
You can’t perform that action at this time.
0 commit comments