diff --git a/dama/doctrine-test-bundle/8.3/config/packages/dama_doctrine_test_bundle.yaml b/dama/doctrine-test-bundle/8.3/config/packages/dama_doctrine_test_bundle.yaml new file mode 100644 index 00000000..3482cbae --- /dev/null +++ b/dama/doctrine-test-bundle/8.3/config/packages/dama_doctrine_test_bundle.yaml @@ -0,0 +1,5 @@ +when@test: + dama_doctrine_test: + enable_static_connection: true + enable_static_meta_data_cache: true + enable_static_query_cache: true diff --git a/dama/doctrine-test-bundle/8.3/manifest.json b/dama/doctrine-test-bundle/8.3/manifest.json new file mode 100644 index 00000000..a93c4df5 --- /dev/null +++ b/dama/doctrine-test-bundle/8.3/manifest.json @@ -0,0 +1,17 @@ +{ + "bundles": { + "DAMA\\DoctrineTestBundle\\DAMADoctrineTestBundle": ["test"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "add-lines": [ + { + "file": "phpunit.xml.dist", + "content": " ", + "position": "after_target", + "target": "", + "warn_if_missing": true + } + ] +}