mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
39 lines
1.3 KiB
JSON
39 lines
1.3 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/test/dama_doctrine_test_bundle.yaml": {
|
|
"contents": [
|
|
"dama_doctrine_test:",
|
|
" enable_static_connection: true",
|
|
" enable_static_meta_data_cache: true",
|
|
" enable_static_query_cache: true",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "2c920f73a217f30bd4a37833c91071f4d3dc1ecd"
|
|
}
|
|
}
|
|
}
|