[symfony/panther] Set warn_if_missing=true when trying to add lines to phpunit.xml.dist

This commit is contained in:
Nicolas Grekas
2023-06-20 17:52:21 +02:00
parent d4c8a00096
commit 3357c12d96
+2 -1
View File
@@ -18,7 +18,8 @@
"file": "phpunit.xml.dist",
"content": " <extension class=\"Symfony\\Component\\Panther\\ServerExtension\" />",
"position": "after_target",
"target": "<extensions>"
"target": "<extensions>",
"warn_if_missing": true
}
]
}