File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
macpaw/behat-doctrine-fixtures/1.0 Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ behat_doctrine_fixtures :
2
+ connections :
3
+ default :
4
+ database_fixtures_paths :
5
+ - " PATH_TO_FIXTURES_FOLDER"
Original file line number Diff line number Diff line change
1
+ {
2
+ "bundles" : {
3
+ "BehatDoctrineFixtures\\ BehatDoctrineFixturesBundle" : [" 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-doctrine-fixtures</comment>" ,
10
+ " BehatDoctrineFixtures is registered in the test environment." ,
11
+ " <fg=red>Add</> this to your behat.yml to finish setup:" ,
12
+ " ..." ,
13
+ " contexts:" ,
14
+ " - BehatDoctrineFixtures\\ Context\\ DatabaseContext" ,
15
+ " ..."
16
+ ]
17
+ }
You can’t perform that action at this time.
0 commit comments