Files
symfony-flex-recipes-contrib/dama.doctrine-test-bundle.4.0.json
T
github-action[bot]andgithub-action[bot] 870e3d5b93 Update Flex endpoint
2023-06-21 06:14:21 +00:00

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"
}
}
}