mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
[dama/doctrine-test-bundle] Use when@ keyword (#1591)
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
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user