Merge pull request #1216 from symfony/phpunit-warn

[symfony/panther] Set warn_if_missing=true when trying to add lines to phpunit.xml.dist
This commit is contained in:
Fabien Potencier
2023-06-21 08:30:49 +02:00
committed by GitHub
+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
}
]
}