diff --git a/dama/doctrine-test-bundle/4.0/config/packages/test/dama_doctrine_test_bundle.yaml b/dama/doctrine-test-bundle/4.0/config/packages/test/dama_doctrine_test_bundle.yaml new file mode 100644 index 00000000..80b00911 --- /dev/null +++ b/dama/doctrine-test-bundle/4.0/config/packages/test/dama_doctrine_test_bundle.yaml @@ -0,0 +1,4 @@ +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/4.0/manifest.json b/dama/doctrine-test-bundle/4.0/manifest.json new file mode 100644 index 00000000..e7183a21 --- /dev/null +++ b/dama/doctrine-test-bundle/4.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "DAMA\\DoctrineTestBundle\\DAMADoctrineTestBundle": ["test"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}