mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
18 lines
474 B
JSON
18 lines
474 B
JSON
{
|
|
"bundles": {
|
|
"DAMA\\DoctrineTestBundle\\DAMADoctrineTestBundle": ["test"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"add-lines": [
|
|
{
|
|
"file": "phpunit.xml.dist",
|
|
"content": " <bootstrap class=\"DAMA\\DoctrineTestBundle\\PHPUnit\\PHPUnitExtension\" />",
|
|
"position": "after_target",
|
|
"target": "<extensions>",
|
|
"warn_if_missing": true
|
|
}
|
|
]
|
|
}
|