mirror of
https://github.com/symfony/recipes.git
synced 2026-09-14 08:36:27 +03:00
13 lines
363 B
JSON
13 lines
363 B
JSON
{
|
|
"aliases": ["browser"],
|
|
"add-lines": [
|
|
{
|
|
"file": "phpunit.xml.dist",
|
|
"content": " <server name=\"BROWSER_ALWAYS_START_WEBSERVER\" value=\"1\"/>",
|
|
"position": "after_target",
|
|
"target": "<server name=\"SHELL_VERBOSITY\" value=\"-1\" />",
|
|
"warn_if_missing": true
|
|
}
|
|
]
|
|
}
|