Skip to content

Commit c6e5333

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #292
2 parents e862b0d + 130cd4c commit c6e5333

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
services:
2+
_defaults:
3+
public: true
4+
5+
# If you need to access services in a test, create an alias
6+
# and then fetch that alias from the container. As a convention,
7+
# aliases are prefixed with test. For example:
8+
#
9+
# test.App\Service\MyService: '@App\Service\MyService'

symfony/phpunit-bridge/3.3/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"copy-from-recipe": {
33
"bin/": "%BIN_DIR%/",
4+
"config/": "%CONFIG_DIR%/",
45
"phpunit.xml.dist": "phpunit.xml.dist",
56
"tests/": "tests/"
67
},

0 commit comments

Comments
 (0)