Add recipe for dama/doctrine-test-bundle

This commit is contained in:
David Maicher
2017-12-03 14:23:12 +01:00
parent a791f0a873
commit 1dfb3277d1
2 changed files with 12 additions and 0 deletions
@@ -0,0 +1,4 @@
dama_doctrine_test:
enable_static_connection: true
enable_static_meta_data_cache: true
enable_static_query_cache: true
@@ -0,0 +1,8 @@
{
"bundles": {
"DAMA\\DoctrineTestBundle\\DAMADoctrineTestBundle": ["test"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}