Files
symfony-flex-recipes/symfony/phpunit-bridge/3.3/manifest.json
T
Ryan Weaver 91ebb0fa08 removing services_test.yaml from symfony/phpunit-bridge recipe
Since Symfony 4.1, you can fetch private services from a test using
a special method - creating public aliases is not required anymore.
2020-02-24 13:08:58 -05:00

15 lines
312 B
JSON

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