Merge pull request #171

This commit is contained in:
symfony-flex-server[bot]
2017-12-03 13:34:49 +00:00
committed by GitHub
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%/"
}
}