mirror of
https://github.com/symfony/recipes.git
synced 2026-09-18 10:36:43 +03:00
22 lines
666 B
JSON
22 lines
666 B
JSON
{
|
|
"add-lines": [
|
|
{
|
|
"file": "phpunit.dist.xml",
|
|
"content": " <method>Doctrine\\Deprecations\\Deprecation::trigger</method>\n <method>Doctrine\\Deprecations\\Deprecation::delegateTriggerToBackend</method>",
|
|
"position": "after_target",
|
|
"target": "<deprecationTrigger>",
|
|
"requires": ["doctrine/deprecations"]
|
|
}
|
|
],
|
|
"copy-from-recipe": {
|
|
".env.test": ".env.test",
|
|
"phpunit.dist.xml": "phpunit.dist.xml",
|
|
"tests/": "tests/",
|
|
"bin/": "%BIN_DIR%/"
|
|
},
|
|
"gitignore": [
|
|
"/phpunit.xml",
|
|
"/.phpunit.cache/"
|
|
]
|
|
}
|