mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
[dama/doctrine-test-bundle] Set warn_if_missing=true when trying to add lines to phpunit.xml.dist (#1524)
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user