Merge pull request #292

This commit is contained in:
symfony-flex-server[bot]
2017-12-13 07:43:36 +00:00
committed by GitHub
2 changed files with 10 additions and 0 deletions
@@ -0,0 +1,9 @@
services:
_defaults:
public: true
# If you need to access services in a test, create an alias
# and then fetch that alias from the container. As a convention,
# aliases are prefixed with test. For example:
#
# test.App\Service\MyService: '@App\Service\MyService'
+1
View File
@@ -1,6 +1,7 @@
{
"copy-from-recipe": {
"bin/": "%BIN_DIR%/",
"config/": "%CONFIG_DIR%/",
"phpunit.xml.dist": "phpunit.xml.dist",
"tests/": "tests/"
},