[dama/doctrine-test-bundle] leverage the new add-lines configurator (#1523)

This commit is contained in:
Nicolas Grekas
2023-06-19 10:22:24 -04:00
committed by GitHub
parent 803a21dbb0
commit 4b48699bfe
+9 -1
View File
@@ -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>"
}
]
}