Files
symfony-flex-recipes/symfony/phpunit-bridge/3.3/manifest.json
T

13 lines
256 B
JSON

{
"copy-from-recipe": {
"bin/": "%BIN_DIR%/",
"phpunit.xml.dist": "phpunit.xml.dist",
"tests/": "tests/"
},
"gitignore": [
".phpunit",
"/phpunit.xml"
],
"aliases": ["phpunit", "simple-phpunit"]
}