Add recipe for macpaw/behat-doctrine-fixtures bundle (#1802)

* feat: add macpaw/behat-doctrine-fixtures configuration

* fix: fix indentation
This commit is contained in:
Ihor Roik
2025-05-23 13:23:23 +02:00
committed by GitHub
parent 9183691303
commit a9eb7609a4
2 changed files with 22 additions and 0 deletions
@@ -0,0 +1,5 @@
behat_doctrine_fixtures:
connections:
default:
database_fixtures_paths:
- "PATH_TO_FIXTURES_FOLDER"
@@ -0,0 +1,17 @@
{
"bundles": {
"BehatDoctrineFixtures\\BehatDoctrineFixturesBundle": ["test"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
"<fg=blue>Read</> the documentation at <comment>https://github.com/MacPaw/behat-doctrine-fixtures</comment>",
"BehatDoctrineFixtures is registered in the test environment.",
"<fg=red>Add</> this to your behat.yml to finish setup:",
"...",
"contexts:",
" - BehatDoctrineFixtures\\Context\\DatabaseContext",
"..."
]
}