Add recipe for Dama/DoctrineTestBundle v8.3 (#1798)

This commit is contained in:
Marcel Pfeiffer
2025-05-15 02:57:07 +02:00
committed by GitHub
parent b733136d11
commit 47d616c6db
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
when@test:
dama_doctrine_test:
enable_static_connection: true
enable_static_meta_data_cache: true
enable_static_query_cache: true

View 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
}
]
}