Skip to content

Commit

Permalink
[dama/doctrine-test-bundle] Use when@ keyword (#1591)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelsiegert authored Feb 13, 2024
1 parent 07cc241 commit fcad105
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
when@test:
dama_doctrine_test:
enable_static_connection: true
enable_static_meta_data_cache: true
enable_static_query_cache: true
17 changes: 17 additions & 0 deletions dama/doctrine-test-bundle/7.2/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"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>",
"warn_if_missing": true
}
]
}

0 comments on commit fcad105

Please sign in to comment.