[dama/doctrine-test-bundle] Set warn_if_missing=true when trying to add lines to phpunit.xml.dist (#1524)

This commit is contained in:
Nicolas Grekas
2023-06-21 08:14:02 +02:00
committed by GitHub
parent 89b05a0df4
commit 6378a83072
+2 -1
View File
@@ -10,7 +10,8 @@
"file": "phpunit.xml.dist",
"content": " <extension class=\"DAMA\\DoctrineTestBundle\\PHPUnit\\PHPUnitExtension\" />",
"position": "after_target",
"target": "<extensions>"
"target": "<extensions>",
"warn_if_missing": true
}
]
}