mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +01:00
Add recipe for Dama/DoctrineTestBundle v8.3 (#1798)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
when@test:
|
||||
dama_doctrine_test:
|
||||
enable_static_connection: true
|
||||
enable_static_meta_data_cache: true
|
||||
enable_static_query_cache: true
|
||||
17
dama/doctrine-test-bundle/8.3/manifest.json
Normal file
17
dama/doctrine-test-bundle/8.3/manifest.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user