Skip to content

Commit ba77a5d

Browse files
committed
Add recipe for macpaw/behat-doctrine-fixtures bundle
1 parent 9ff2895 commit ba77a5d

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
behat_doctrine_fixtures:
2+
connections:
3+
default:
4+
database_fixtures_paths:
5+
- "PATH_TO_FIXTURES_FOLDER"
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
}

0 commit comments

Comments
 (0)