From 4b48699bfe34428a3245aa37dbf0cd7fd3ba6b67 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Mon, 19 Jun 2023 16:22:24 +0200 Subject: [PATCH] [dama/doctrine-test-bundle] leverage the new add-lines configurator (#1523) --- dama/doctrine-test-bundle/4.0/manifest.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/dama/doctrine-test-bundle/4.0/manifest.json b/dama/doctrine-test-bundle/4.0/manifest.json index 561cd549..0bf04e56 100644 --- a/dama/doctrine-test-bundle/4.0/manifest.json +++ b/dama/doctrine-test-bundle/4.0/manifest.json @@ -4,5 +4,13 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" - } + }, + "add-lines": [ + { + "file": "phpunit.xml.dist", + "content": " ", + "position": "after_target", + "target": "" + } + ] }