Skip to content

Commit 107c303

Browse files
authored
Merge pull request #1216 from symfony/phpunit-warn
[symfony/panther] Set warn_if_missing=true when trying to add lines to phpunit.xml.dist
2 parents 707526e + 3357c12 commit 107c303

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

symfony/panther/1.0/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"file": "phpunit.xml.dist",
1919
"content": " <extension class=\"Symfony\\Component\\Panther\\ServerExtension\" />",
2020
"position": "after_target",
21-
"target": "<extensions>"
21+
"target": "<extensions>",
22+
"warn_if_missing": true
2223
}
2324
]
2425
}

0 commit comments

Comments
 (0)