[dama/doctrine-test-bundle] Use when@ keyword (#1591)

This commit is contained in:
Marcel Siegert
2024-02-13 09:36:52 +01:00
committed by GitHub
parent 07cc241a3f
commit fcad10593a
2 changed files with 22 additions and 0 deletions
@@ -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
}
]
}