mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
{
|
|
"manifests": {
|
|
"dama/doctrine-test-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"DAMA\\DoctrineTestBundle\\DAMADoctrineTestBundle": [
|
|
"test"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"add-lines": [
|
|
{
|
|
"file": "phpunit.xml.dist",
|
|
"content": " <extension class=\"DAMA\\DoctrineTestBundle\\PHPUnit\\PHPUnitExtension\" />",
|
|
"position": "after_target",
|
|
"target": "<extensions>",
|
|
"warn_if_missing": true
|
|
}
|
|
]
|
|
},
|
|
"files": {
|
|
"config/packages/dama_doctrine_test_bundle.yaml": {
|
|
"contents": [
|
|
"when@test:",
|
|
" dama_doctrine_test:",
|
|
" enable_static_connection: true",
|
|
" enable_static_meta_data_cache: true",
|
|
" enable_static_query_cache: true",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "896306d79d4ee143af9eadf9b09fd34a8c391b70"
|
|
}
|
|
}
|
|
}
|