From 3357c12d9682b9947821bd888ffb24c0ccfde529 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Tue, 20 Jun 2023 17:52:21 +0200 Subject: [PATCH] [symfony/panther] Set warn_if_missing=true when trying to add lines to phpunit.xml.dist --- symfony/panther/1.0/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/symfony/panther/1.0/manifest.json b/symfony/panther/1.0/manifest.json index edccf171..4f08f8e7 100644 --- a/symfony/panther/1.0/manifest.json +++ b/symfony/panther/1.0/manifest.json @@ -18,7 +18,8 @@ "file": "phpunit.xml.dist", "content": " ", "position": "after_target", - "target": "" + "target": "", + "warn_if_missing": true } ] }