mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
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:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user