Skip to content

Commit

Permalink
[dama/doctrine-test-bundle] leverage the new add-lines configurator (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas authored Jun 19, 2023
1 parent 803a21d commit 4b48699
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion dama/doctrine-test-bundle/4.0/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,13 @@
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"add-lines": [
{
"file": "phpunit.xml.dist",
"content": " <extension class=\"DAMA\\DoctrineTestBundle\\PHPUnit\\PHPUnitExtension\" />",
"position": "after_target",
"target": "<extensions>"
}
]
}

0 comments on commit 4b48699

Please sign in to comment.