mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 23:56:29 +03:00
Update Flex endpoint
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"manifests": {
|
||||
"dama/doctrine-test-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"DAMA\\DoctrineTestBundle\\DAMADoctrineTestBundle": [
|
||||
"test"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "phpunit.xml.dist",
|
||||
"content": " <extension class=\"DAMA\\DoctrineTestBundle\\PHPUnit\\PHPUnitExtension\" />",
|
||||
"position": "after_target",
|
||||
"target": "<extensions>"
|
||||
}
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/test/dama_doctrine_test_bundle.yaml": {
|
||||
"contents": [
|
||||
"dama_doctrine_test:",
|
||||
" enable_static_connection: true",
|
||||
" enable_static_meta_data_cache: true",
|
||||
" enable_static_query_cache: true",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "bd0ef625ee332df49efa1b17012e3d84b98cd303"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -9,7 +9,15 @@
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "phpunit.xml.dist",
|
||||
"content": " <extension class=\"DAMA\\DoctrineTestBundle\\PHPUnit\\PHPUnitExtension\" />",
|
||||
"position": "after_target",
|
||||
"target": "<extensions>"
|
||||
}
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/test/dama_doctrine_test_bundle.yaml": {
|
||||
@@ -23,7 +31,7 @@
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "56eaa387b5e48ebcc7c95a893b47dfa1ad51449c"
|
||||
"ref": "bd0ef625ee332df49efa1b17012e3d84b98cd303"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user